Skip to content

Commit 730a323

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
1 parent 9bf400c commit 730a323

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ repos:
1111
- id: name-tests-test
1212
- id: requirements-txt-fixer
1313
- repo: https://github.com/psf/black
14-
rev: 24.10.0
14+
rev: 25.1.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.2.0
2020
hooks:
2121
- id: flake8
2222
additional_dependencies: [flake8-typing-imports==1.7.0]
@@ -33,6 +33,6 @@ repos:
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.15.0' # Use the sha / tag you want to point at
3737
hooks:
3838
- id: mypy

0 commit comments

Comments
 (0)