Skip to content

Commit da7a4bd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0) - https://github.com/ambv/blackhttps://github.com/psf/black - [github.com/psf/black: 23.3.0 → 25.1.0](psf/black@23.3.0...25.1.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.15.0](asottile/reorder-python-imports@v3.9.0...v3.15.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.16.1](pre-commit/mirrors-mypy@v1.10.1...v1.16.1)
1 parent c62d434 commit da7a4bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ repos:
77
language: script
88
stages: [ commit-msg ]
99
- repo: https://github.com/pycqa/flake8
10-
rev: 6.0.0
10+
rev: 7.3.0
1111
hooks:
1212
- id: flake8
13-
- repo: https://github.com/ambv/black
14-
rev: 23.3.0
13+
- repo: https://github.com/psf/black
14+
rev: 25.1.0
1515
hooks:
1616
- id: black
1717
language_version: python3
18-
- repo: https://github.com/asottile/reorder_python_imports
19-
rev: v3.9.0
18+
- repo: https://github.com/asottile/reorder-python-imports
19+
rev: v3.15.0
2020
hooks:
2121
- id: reorder-python-imports
2222
args: [--py3-plus]
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.10.1 # Use the sha / tag you want to point at
24+
rev: v1.16.1 # Use the sha / tag you want to point at
2525
hooks:
2626
- id: mypy
2727
additional_dependencies: ['types-requests']

0 commit comments

Comments
 (0)