Skip to content

Commit 3cc6d1a

Browse files
[pre-commit.ci] pre-commit autoupdate (#186)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4a072d7 commit 3cc6d1a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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: '6.1.0'
20+
rev: '7.0.0'
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/psf/black-pre-commit-mirror
24-
rev: '25.9.0'
24+
rev: '25.12.0'
2525
hooks:
2626
- id: black
2727
language_version: python3 # Should be a command that runs python
2828

2929
- repo: https://github.com/python-jsonschema/check-jsonschema.git
30-
rev: 0.34.0
30+
rev: 0.36.0
3131
hooks:
3232
- id: check-github-workflows
3333
files: ^\.github/workflows/[^/]+$
@@ -71,7 +71,7 @@ repos:
7171
- id: detect-private-key
7272
exclude: ^examples/
7373
- repo: https://github.com/asottile/pyupgrade
74-
rev: 'v3.20.0'
74+
rev: 'v3.21.2'
7575
hooks:
7676
- id: pyupgrade
7777
args: ['--py39-plus']
@@ -94,7 +94,7 @@ repos:
9494
- --strict
9595

9696
- repo: https://github.com/MarcoGorelli/cython-lint.git
97-
rev: v0.17.0
97+
rev: v0.18.1
9898
hooks:
9999
- id: cython-lint
100100

@@ -107,7 +107,7 @@ repos:
107107
^[^/]+[.]rst$
108108
109109
- repo: https://github.com/pre-commit/mirrors-mypy.git
110-
rev: v1.18.2
110+
rev: v1.19.1
111111
hooks:
112112
- id: mypy
113113
alias: mypy-py311
@@ -130,7 +130,7 @@ repos:
130130
pass_filenames: false
131131

132132
- repo: https://github.com/rhysd/actionlint.git
133-
rev: v1.7.7
133+
rev: v1.7.10
134134
hooks:
135135
- id: actionlint-docker
136136
args:

0 commit comments

Comments
 (0)