chore: updated pre-commit-config, updated copyright
This commit is contained in:
parent
33b77679b4
commit
7e9458da0c
10 changed files with 22 additions and 31 deletions
|
@ -1,10 +1,10 @@
|
|||
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
|
||||
# SPDX-FileCopyrightText: 2025 Tobias Schmidl
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
---
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: check-yaml
|
||||
- id: end-of-file-fixer
|
||||
|
@ -13,7 +13,7 @@ repos:
|
|||
- id: check-ast
|
||||
- id: check-byte-order-marker
|
||||
- repo: https://github.com/fsfe/reuse-tool
|
||||
rev: v2.1.0
|
||||
rev: v5.0.2
|
||||
hooks:
|
||||
- id: reuse
|
||||
- repo: https://github.com/cheshirekow/cmake-format-precommit
|
||||
|
@ -31,14 +31,22 @@ repos:
|
|||
- id: clang-format
|
||||
- id: clang-tidy
|
||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||
rev: '2.7.2'
|
||||
rev: '3.2.1'
|
||||
hooks:
|
||||
- id: editorconfig-checker
|
||||
alias: ec
|
||||
stages: [commit]
|
||||
stages: [pre-commit]
|
||||
- repo: https://github.com/shellcheck-py/shellcheck-py
|
||||
rev: v0.10.0.1
|
||||
hooks:
|
||||
- id: shellcheck
|
||||
- repo: https://github.com/compilerla/conventional-pre-commit
|
||||
rev: v2.4.0
|
||||
rev: v4.2.0
|
||||
hooks:
|
||||
- id: conventional-pre-commit
|
||||
stages: [commit-msg]
|
||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||
rev: v0.45.0
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue