Skip to content

Commit 25a5471

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#54)
updates: - [github.com/asottile/pyupgrade: v3.8.0 → v3.19.1](asottile/pyupgrade@v3.8.0...v3.19.1) - [github.com/psf/black: 23.3.0 → 24.10.0](psf/black@23.3.0...24.10.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e571897 commit 25a5471

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
@@ -4,17 +4,17 @@ ci:
44

55
repos:
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v3.8.0
7+
rev: v3.19.1
88
hooks:
99
- id: pyupgrade
1010
args: ["--py36-plus"]
1111

1212
- repo: https://github.com/psf/black
13-
rev: 23.3.0
13+
rev: 24.10.0
1414
hooks:
1515
- id: black
1616

1717
- repo: https://github.com/PyCQA/flake8
18-
rev: 6.0.0
18+
rev: 7.1.1
1919
hooks:
2020
- id: flake8

0 commit comments

Comments
 (0)