Skip to content

Commit 22c77a1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.9.0 → v3.10.1](asottile/pyupgrade@v3.9.0...v3.10.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent 0756a8b commit 22c77a1

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
@@ -10,7 +10,7 @@ repos:
1010
- id: debug-statements
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v3.9.0
13+
rev: v3.10.1
1414
hooks:
1515
- id: pyupgrade
1616

@@ -20,7 +20,7 @@ repos:
2020
- id: black
2121

2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 6.0.0
23+
rev: 6.1.0
2424
hooks:
2525
- id: flake8
2626

0 commit comments

Comments
 (0)