Skip to content

Commit 9d3dcf7

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) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.12.0](psf/black-pre-commit-mirror@24.10.0...25.12.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/asottile/reorder-python-imports: v3.14.0 → v3.16.0](asottile/reorder-python-imports@v3.14.0...v3.16.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.2](asottile/pyupgrade@v3.19.1...v3.21.2) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.19.1](pre-commit/mirrors-mypy@v1.14.1...v1.19.1)
1 parent 1f6b393 commit 9d3dcf7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -10,29 +10,29 @@ repos:
1010
- id: debug-statements
1111
- id: name-tests-test
1212
- id: requirements-txt-fixer
13-
- repo: https://github.com/psf/black
14-
rev: 24.10.0
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: 25.12.0
1515
hooks:
1616
- id: black
1717
language_version: python3.8
1818
- repo: https://github.com/PyCQA/flake8
19-
rev: 7.1.1
19+
rev: 7.3.0
2020
hooks:
2121
- id: flake8
2222
additional_dependencies: [flake8-typing-imports==1.7.0]
2323
exclude: ^versioneer\.py$
2424
args: ['--max-line-length=88', '--extend-ignore=E203']
2525
- repo: https://github.com/asottile/reorder-python-imports
26-
rev: v3.14.0
26+
rev: v3.16.0
2727
hooks:
2828
- id: reorder-python-imports
2929
args: [--py3-plus]
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.19.1
31+
rev: v3.21.2
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py36-plus]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: 'v1.14.1' # Use the sha / tag you want to point at
36+
rev: 'v1.19.1' # Use the sha / tag you want to point at
3737
hooks:
3838
- id: mypy

0 commit comments

Comments
 (0)