Skip to content

Commit 4b929c0

Browse files
authoredMar 3, 2025
Update pre-commit hooks
updates: - [github.com/psf/black: 24.4.0 → 25.1.0](psf/black@24.4.0...25.1.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.19.1](asottile/pyupgrade@v3.15.2...v3.19.1) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent 93597ca commit 4b929c0

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
@@ -6,18 +6,18 @@ ci:
66

77
repos:
88
- repo: https://github.com/psf/black
9-
rev: 24.4.0
9+
rev: 25.1.0
1010
hooks:
1111
- id: black
1212

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

1919
- repo: https://github.com/PyCQA/isort
20-
rev: 5.13.2
20+
rev: 6.0.1
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: v5.0.0
3535
hooks:
3636
- id: end-of-file-fixer
3737
- id: mixed-line-ending

0 commit comments

Comments
 (0)