Skip to content

Commit 4e40569

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.2.0 → 24.4.2](psf/black@24.2.0...24.4.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/asottile/pyupgrade: v3.15.1 → v3.17.0](asottile/pyupgrade@v3.15.1...v3.17.0)
1 parent 9d892ee commit 4e40569

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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: 24.4.2
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: v4.6.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: end-of-file-fixer
@@ -27,12 +27,12 @@ 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.1.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.17.0
3636
hooks:
3737
- id: pyupgrade
3838
- repo: https://github.com/PyCQA/isort

0 commit comments

Comments
 (0)