Skip to content

Commit 0092e23

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.2.0](PyCQA/flake8@7.0.0...7.2.0) - [github.com/asottile/reorder-python-imports: v3.13.0 → v3.14.0](asottile/reorder-python-imports@v3.13.0...v3.14.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.19.1](asottile/pyupgrade@v3.16.0...v3.19.1) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.15.0](pre-commit/mirrors-mypy@v1.10.0...v1.15.0) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0)
1 parent fecb651 commit 0092e23

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
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: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-docstring-first
66
- id: check-yaml
@@ -9,26 +9,26 @@ 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.2.0
1313
hooks:
1414
- id: flake8
1515
- repo: https://github.com/asottile/reorder-python-imports
16-
rev: v3.13.0
16+
rev: v3.14.0
1717
hooks:
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.19.1
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.15.0
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: 25.1.0
3232
hooks:
3333
- id: black
3434
additional_dependencies: ["click==8.0.2"]

0 commit comments

Comments
 (0)