Skip to content

Commit 57ce238

Browse files
[pre-commit.ci] pre-commit autoupdate (#641)
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/python-jsonschema/check-jsonschema.git: 0.30.0 → 0.32.1](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.30.0...0.32.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/codespell-project/codespell.git: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell.git/compare/v2.3.0...v2.4.1) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.0) - [github.com/pre-commit/mirrors-mypy.git: v1.14.1 → v1.15.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.14.1...v1.15.0) - [github.com/rhysd/actionlint: v1.7.6 → v1.7.7](rhysd/actionlint@v1.7.6...v1.7.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f545c23 commit 57ce238

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ repos:
1717
additional_dependencies:
1818
- wemake-python-styleguide
1919
- repo: https://github.com/PyCQA/isort
20-
rev: '5.13.2'
20+
rev: '6.0.1'
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/psf/black
24-
rev: '24.10.0'
24+
rev: '25.1.0'
2525
hooks:
2626
- id: black
2727
language_version: python3 # Should be a command that runs python3
2828

2929
- repo: https://github.com/python-jsonschema/check-jsonschema.git
30-
rev: 0.30.0
30+
rev: 0.32.1
3131
hooks:
3232
- id: check-github-workflows
3333
files: ^\.github/workflows/[^/]+$
@@ -83,18 +83,18 @@ repos:
8383
- id: pyupgrade
8484
args: ['--py36-plus']
8585
- repo: https://github.com/PyCQA/flake8
86-
rev: '7.1.1'
86+
rev: '7.2.0'
8787
hooks:
8888
- id: flake8
8989
exclude: "^docs/"
9090

9191
- repo: https://github.com/codespell-project/codespell.git
92-
rev: v2.3.0
92+
rev: v2.4.1
9393
hooks:
9494
- id: codespell
9595

9696
- repo: https://github.com/adrienverge/yamllint.git
97-
rev: v1.35.1
97+
rev: v1.37.0
9898
hooks:
9999
- id: yamllint
100100
args:
@@ -165,7 +165,7 @@ repos:
165165
- rst
166166

167167
- repo: https://github.com/pre-commit/mirrors-mypy.git
168-
rev: v1.14.1
168+
rev: v1.15.0
169169
hooks:
170170
- id: mypy
171171
alias: mypy-py311
@@ -185,7 +185,7 @@ repos:
185185
pass_filenames: false
186186

187187
- repo: https://github.com/rhysd/actionlint
188-
rev: v1.7.6
188+
rev: v1.7.7
189189
hooks:
190190
- id: actionlint-docker
191191
args:

0 commit comments

Comments
 (0)