Skip to content

Commit 0006866

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.1.0 → 8.0.1](PyCQA/isort@6.1.0...8.0.1) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.3.1](psf/black-pre-commit-mirror@25.9.0...26.3.1) - [github.com/python-jsonschema/check-jsonschema.git: 0.34.0 → 0.37.1](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.34.0...0.37.1) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/codespell-project/codespell.git: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell.git/compare/v2.4.1...v2.4.2) - [github.com/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0) - [github.com/MarcoGorelli/cython-lint.git: v0.17.0 → v0.19.0](https://github.com/MarcoGorelli/cython-lint.git/compare/v0.17.0...v0.19.0) - [github.com/pre-commit/mirrors-mypy.git: v1.18.2 → v1.20.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.18.2...v1.20.0) - [github.com/rhysd/actionlint.git: v1.7.7 → v1.7.12](https://github.com/rhysd/actionlint.git/compare/v1.7.7...v1.7.12)
1 parent ce0bf30 commit 0006866

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ repos:
1515
additional_dependencies:
1616
- wemake-python-styleguide
1717
- repo: https://github.com/PyCQA/isort
18-
rev: '6.1.0'
18+
rev: '8.0.1'
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/psf/black-pre-commit-mirror
22-
rev: '25.9.0'
22+
rev: '26.3.1'
2323
hooks:
2424
- id: black
2525
language_version: python3 # Should be a command that runs python3
2626

2727
- repo: https://github.com/python-jsonschema/check-jsonschema.git
28-
rev: 0.34.0
28+
rev: 0.37.1
2929
hooks:
3030
- id: check-github-workflows
3131
files: ^\.github/workflows/[^/]+$
@@ -74,7 +74,7 @@ repos:
7474
- id: detect-private-key
7575
exclude: ^examples/
7676
- repo: https://github.com/asottile/pyupgrade
77-
rev: 'v3.20.0'
77+
rev: 'v3.21.2'
7878
hooks:
7979
- id: pyupgrade
8080
args: ['--py36-plus']
@@ -85,19 +85,19 @@ repos:
8585
exclude: "^docs/"
8686

8787
- repo: https://github.com/codespell-project/codespell.git
88-
rev: v2.4.1
88+
rev: v2.4.2
8989
hooks:
9090
- id: codespell
9191

9292
- repo: https://github.com/adrienverge/yamllint.git
93-
rev: v1.37.1
93+
rev: v1.38.0
9494
hooks:
9595
- id: yamllint
9696
args:
9797
- --strict
9898

9999
- repo: https://github.com/MarcoGorelli/cython-lint.git
100-
rev: v0.17.0
100+
rev: v0.19.0
101101
hooks:
102102
- id: cython-lint
103103

@@ -161,7 +161,7 @@ repos:
161161
- rst
162162

163163
- repo: https://github.com/pre-commit/mirrors-mypy.git
164-
rev: v1.18.2
164+
rev: v1.20.0
165165
hooks:
166166
- id: mypy
167167
alias: mypy-py311
@@ -181,7 +181,7 @@ repos:
181181
pass_filenames: false
182182

183183
- repo: https://github.com/rhysd/actionlint.git
184-
rev: v1.7.7
184+
rev: v1.7.12
185185
hooks:
186186
- id: actionlint
187187
args:

0 commit comments

Comments
 (0)