Skip to content

Commit 60aece1

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.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/asottile/pyupgrade: v3.18.0 → v3.20.0](asottile/pyupgrade@v3.18.0...v3.20.0) - [github.com/asottile/reorder-python-imports: v3.14.0 → v3.15.0](asottile/reorder-python-imports@v3.14.0...v3.15.0) - [github.com/pre-commit/mirrors-mypy: v1.12.0 → v1.17.1](pre-commit/mirrors-mypy@v1.12.0...v1.17.1)
1 parent 3c6034e commit 60aece1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.10.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
name: black
@@ -13,7 +13,7 @@ repos:
1313
types_or: [python, pyi]
1414

1515
- repo: https://github.com/pycqa/flake8
16-
rev: 7.1.1
16+
rev: 7.3.0
1717
hooks:
1818
- id: flake8
1919
additional_dependencies:
@@ -22,13 +22,13 @@ repos:
2222
- flake8-simplify
2323

2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.18.0
25+
rev: v3.20.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py310-plus]
2929

3030
- repo: https://github.com/asottile/reorder-python-imports
31-
rev: v3.14.0
31+
rev: v3.15.0
3232
hooks:
3333
- id: reorder-python-imports
3434
args: [--py310-plus, --add-import, "from __future__ import annotations"]
@@ -66,7 +66,7 @@ repos:
6666
# additional_dependencies: [".[toml]"]
6767

6868
- repo: https://github.com/pre-commit/mirrors-mypy
69-
rev: v1.12.0
69+
rev: v1.17.1
7070
hooks:
7171
- id: mypy
7272
language_version: python3.12

0 commit comments

Comments
 (0)