Skip to content

Commit c84930a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 20.8b1 → 24.10.0](psf/black@20.8b1...24.10.0) - [github.com/asottile/pyupgrade: v2.7.4 → v3.19.0](asottile/pyupgrade@v2.7.4...v3.19.0) - [github.com/PyCQA/flake8: 3.8.4 → 7.1.1](PyCQA/flake8@3.8.4...7.1.1)
1 parent a5f0204 commit c84930a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 20.8b1
3+
rev: 24.10.0
44
hooks:
55
- id: black
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v2.7.4
7+
rev: v3.19.0
88
hooks:
99
- id: pyupgrade
1010
args: [--py36-plus]
1111
- repo: https://github.com/PyCQA/flake8
12-
rev: "3.8.4"
12+
rev: "7.1.1"
1313
hooks:
1414
- id: flake8

0 commit comments

Comments
 (0)