Skip to content

Commit 2d735d2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.9.0](psf/black-pre-commit-mirror@24.10.0...25.9.0) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/asottile/pyupgrade: v3.19.0 → v3.21.0](asottile/pyupgrade@v3.19.0...v3.21.0) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 7c4ff12 commit 2d735d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
2-
- repo: https://github.com/psf/black
3-
rev: 24.10.0
2+
- repo: https://github.com/psf/black-pre-commit-mirror
3+
rev: 25.9.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,19 +22,19 @@ repos:
2222
- flake8-simplify
2323

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

3030
- repo: https://github.com/PyCQA/isort
31-
rev: 5.13.2
31+
rev: 7.0.0
3232
hooks:
3333
- id: isort
3434
files: \.py$
3535

3636
- repo: https://github.com/pre-commit/pre-commit-hooks
37-
rev: v5.0.0
37+
rev: v6.0.0
3838
hooks:
3939
- id: check-builtin-literals
4040
- id: check-added-large-files

0 commit comments

Comments
 (0)