Skip to content

Commit 472ef90

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 d0fd820 commit 472ef90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: check-merge-conflict
1313

1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.9.0
15+
rev: v3.10.1
1616
hooks:
1717
- id: pyupgrade
1818
args: [--py37-plus]
@@ -35,7 +35,7 @@ repos:
3535
- id: isort
3636

3737
- repo: https://github.com/PyCQA/flake8
38-
rev: 6.0.0
38+
rev: 6.1.0
3939
hooks:
4040
- id: flake8
4141
additional_dependencies:

0 commit comments

Comments
 (0)