Skip to content

Commit 30acde6

Browse files
pre-commit-ci[bot]auvipy
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.9.0 → v3.11.0](asottile/pyupgrade@v3.9.0...v3.11.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent 4325e45 commit 30acde6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.9.0
3+
rev: v3.11.0
44
hooks:
55
- id: pyupgrade
66
args: ["--py36-plus"]
77

88
- repo: https://github.com/PyCQA/flake8
9-
rev: 6.0.0
9+
rev: 6.1.0
1010
hooks:
1111
- id: flake8
1212

0 commit comments

Comments
 (0)