Skip to content

Commit 11d8dc0

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 → v6.2.0](fsfe/reuse-tool@v5.0.2...v6.2.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.1 → 0.35.0](python-jsonschema/check-jsonschema@0.33.1...0.35.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.2.1 → 3.6.0](editorconfig-checker/editorconfig-checker.python@3.2.1...3.6.0) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.46.0](igorshubovych/markdownlint-cli@v0.45.0...v0.46.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.14.7](astral-sh/ruff-pre-commit@v0.12.0...v0.14.7) - [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) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.19.0](pre-commit/mirrors-mypy@v1.16.1...v1.19.0)
1 parent f881eca commit 11d8dc0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.pre-commit-config.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99
# <https://github.com/pre-commit/pre-commit-hooks>
1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v5.0.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: check-ast
1515
- id: check-builtin-literals
@@ -25,7 +25,7 @@ repos:
2525
- id: end-of-file-fixer
2626
- id: trailing-whitespace
2727
- repo: https://github.com/fsfe/reuse-tool
28-
rev: v5.0.2
28+
rev: v6.2.0
2929
hooks:
3030
- id: reuse
3131
name: Check license headers (REUSE)
@@ -43,13 +43,13 @@ repos:
4343
hooks:
4444
- id: validate-cff
4545
name: Validate CITATION.cff file
46-
- repo: https://github.com/psf/black
47-
rev: 25.1.0
46+
- repo: https://github.com/psf/black-pre-commit-mirror
47+
rev: 25.11.0
4848
hooks:
4949
- id: black
5050
name: Formatting Python code (black)
5151
- repo: https://github.com/pycqa/isort
52-
rev: 6.0.1
52+
rev: 7.0.0
5353
hooks:
5454
- id: isort
5555
args: [--profile, black]
@@ -68,12 +68,12 @@ repos:
6868
name: Fixing common spelling mistakes
6969
args: [--write-changes, -L, assertIn]
7070
- repo: https://github.com/python-jsonschema/check-jsonschema
71-
rev: 0.33.1
71+
rev: 0.35.0
7272
hooks:
7373
- id: check-github-workflows
7474
name: Check GitHub Workflow configuration
7575
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
76-
rev: 3.2.1
76+
rev: 3.6.0
7777
hooks:
7878
- id: editorconfig-checker
7979
exclude: docs/guide/api.rst
@@ -83,7 +83,7 @@ repos:
8383
- id: docformatter
8484
name: Fixing docstring formatting
8585
- repo: https://github.com/igorshubovych/markdownlint-cli
86-
rev: v0.45.0
86+
rev: v0.46.0
8787
hooks:
8888
- id: markdownlint
8989
name: Fixing markdown linting errors
@@ -94,7 +94,7 @@ repos:
9494
- id: absolufy-imports
9595
name: Make python imports absolute
9696
- repo: https://github.com/asottile/pyupgrade
97-
rev: v3.20.0
97+
rev: v3.21.2
9898
hooks:
9999
- id: pyupgrade
100100
name: Upgrade common mistakes
@@ -115,20 +115,20 @@ repos:
115115
- pep8-naming
116116
- pydoclint
117117
- repo: https://github.com/astral-sh/ruff-pre-commit
118-
rev: v0.12.0
118+
rev: v0.14.7
119119
hooks:
120120
- id: ruff
121121
name: Linting Python code (ruff)
122122
args: [--fix, --exit-non-zero-on-fix]
123123
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
124-
rev: v2.14.0
124+
rev: v2.15.0
125125
hooks:
126126
- id: pretty-format-yaml
127127
args: [--autofix, --indent, '2', CITATION.cff]
128128
- id: pretty-format-toml
129129
args: [--autofix]
130130
- repo: https://github.com/pre-commit/mirrors-mypy
131-
rev: v1.16.1
131+
rev: v1.19.0
132132
hooks:
133133
- id: mypy
134134
name: Static typechecking (mypy)

0 commit comments

Comments
 (0)