Skip to content

Commit 1cb4907

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.2](pre-commit/mirrors-mypy@v1.10.0...v1.11.2) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
1 parent fecb651 commit 1cb4907

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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.1
1313
hooks:
1414
- id: flake8
1515
- repo: https://github.com/asottile/reorder-python-imports
@@ -18,17 +18,17 @@ repos:
1818
- id: reorder-python-imports
1919
args: [--py37-plus, --add-import, "from __future__ import annotations"]
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.16.0
21+
rev: v3.17.0
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py310-plus]
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.10.0
26+
rev: v1.11.2
2727
hooks:
2828
- id: mypy
2929
additional_dependencies: ["types-PyYAML", "types-python-dateutil"]
3030
- repo: https://github.com/psf/black
31-
rev: 24.4.2
31+
rev: 24.8.0
3232
hooks:
3333
- id: black
3434
additional_dependencies: ["click==8.0.2"]

0 commit comments

Comments
 (0)