Skip to content

Commit bab7478

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.2.0 → 25.1.0](psf/black@24.2.0...25.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.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/pyupgrade: v3.15.1 → v3.19.1](asottile/pyupgrade@v3.15.1...v3.19.1) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1)
1 parent 9d892ee commit bab7478

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
@@ -6,12 +6,12 @@ default_language_version:
66
python: python3
77
repos:
88
- repo: https://github.com/psf/black
9-
rev: 24.2.0
9+
rev: 25.1.0
1010
hooks:
1111
- id: black
1212
additional_dependencies: ["click<8.1.0"]
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.5.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: end-of-file-fixer
@@ -27,16 +27,16 @@ repos:
2727
- id: mixed-line-ending
2828
args: ["--fix=lf"]
2929
- repo: https://github.com/pycqa/flake8
30-
rev: 7.0.0
30+
rev: 7.2.0
3131
hooks:
3232
- id: flake8
3333
additional_dependencies: ["flake8-bugbear==21.4.3"]
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.15.1
35+
rev: v3.19.1
3636
hooks:
3737
- id: pyupgrade
3838
- repo: https://github.com/PyCQA/isort
39-
rev: 5.13.2
39+
rev: 6.0.1
4040
hooks:
4141
- id: isort
4242
name: isort except __init__.py

0 commit comments

Comments
 (0)