Skip to content

Commit 3f57f66

Browse files
Update pre-commit hooks
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.0 → 25.9.0](psf/black-pre-commit-mirror@24.4.0...25.9.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.21.0](asottile/pyupgrade@v3.15.2...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: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0)
1 parent 93597ca commit 3f57f66

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
@@ -5,19 +5,19 @@ ci:
55
autoupdate_schedule: monthly
66

77
repos:
8-
- repo: https://github.com/psf/black
9-
rev: 24.4.0
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 25.9.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.15.2
14+
rev: v3.21.0
1515
hooks:
1616
- id: pyupgrade
1717
args: [--py36-plus]
1818

1919
- repo: https://github.com/PyCQA/isort
20-
rev: 5.13.2
20+
rev: 7.0.0
2121
hooks:
2222
- id: isort
2323
additional_dependencies: [toml]
@@ -31,7 +31,7 @@ repos:
3131
- flake8-comprehensions
3232

3333
- repo: https://github.com/pre-commit/pre-commit-hooks
34-
rev: v4.6.0
34+
rev: v6.0.0
3535
hooks:
3636
- id: end-of-file-fixer
3737
- id: mixed-line-ending

0 commit comments

Comments
 (0)