Skip to content

Commit 5704994

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/asottile/pyupgrade: v3.15.0 → v3.19.0](asottile/pyupgrade@v3.15.0...v3.19.0) - [github.com/psf/black: 23.12.1 → 24.10.0](psf/black@23.12.1...24.10.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.1](PyCQA/flake8@6.1.0...7.1.1)
1 parent cf8a0c4 commit 5704994

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
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v5.0.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
@@ -14,7 +14,7 @@ repos:
1414
- id: detect-private-key
1515

1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.15.0
17+
rev: v3.19.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py36-plus]
@@ -32,7 +32,7 @@ repos:
3232
- id: isort
3333

3434
- repo: https://github.com/psf/black
35-
rev: 23.12.1
35+
rev: 24.10.0
3636
hooks:
3737
- id: black
3838
name: Format code
@@ -45,6 +45,6 @@ repos:
4545
- id: yesqa
4646

4747
- repo: https://github.com/PyCQA/flake8
48-
rev: 6.1.0
48+
rev: 7.1.1
4949
hooks:
5050
- id: flake8

0 commit comments

Comments
 (0)