Skip to content

Commit 5ff94c9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1)
1 parent fecb651 commit 5ff94c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: requirements-txt-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/PyCQA/flake8
12-
rev: 7.0.0
12+
rev: 7.1.0
1313
hooks:
1414
- id: flake8
1515
- repo: https://github.com/asottile/reorder-python-imports
@@ -23,7 +23,7 @@ repos:
2323
- id: pyupgrade
2424
args: [--py310-plus]
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.10.0
26+
rev: v1.10.1
2727
hooks:
2828
- id: mypy
2929
additional_dependencies: ["types-PyYAML", "types-python-dateutil"]

0 commit comments

Comments
 (0)