Skip to content

Commit a1ecf05

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/fsfe/reuse-tool: v5.0.2 → v5.1.1](fsfe/reuse-tool@v5.0.2...v5.1.1) - [github.com/python-jsonschema/check-jsonschema: 0.31.1 → 0.33.3](python-jsonschema/check-jsonschema@0.31.1...0.33.3) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.2.0 → 3.4.0](editorconfig-checker/editorconfig-checker.python@3.2.0...3.4.0) - [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.44.0...v0.45.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0)
1 parent bcb4155 commit a1ecf05

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# <https://github.com/pre-commit/pre-commit-hooks>
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-case-conflict
1111
- id: check-json
@@ -16,7 +16,7 @@ repos:
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
1818
- repo: https://github.com/fsfe/reuse-tool
19-
rev: v5.0.2
19+
rev: v5.1.1
2020
hooks:
2121
- id: reuse
2222
name: Check license headers (REUSE)
@@ -33,22 +33,22 @@ repos:
3333
args:
3434
- --write-changes
3535
- repo: https://github.com/python-jsonschema/check-jsonschema
36-
rev: 0.31.1
36+
rev: 0.33.3
3737
hooks:
3838
- id: check-github-workflows
3939
name: Check GitHub Workflow configuration
4040
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
41-
rev: 3.2.0
41+
rev: 3.4.0
4242
hooks:
4343
- id: editorconfig-checker
4444
- repo: https://github.com/igorshubovych/markdownlint-cli
45-
rev: v0.44.0
45+
rev: v0.45.0
4646
hooks:
4747
- id: markdownlint
4848
name: Fixing markdown linting errors
4949
args: [--disable, MD013, MD033, --fix]
5050
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
51-
rev: v2.14.0
51+
rev: v2.15.0
5252
hooks:
5353
- id: pretty-format-yaml
5454
args: [--autofix, --indent, '2', CITATION.cff]

0 commit comments

Comments
 (0)