Skip to content

Commit a41b057

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 0ed63c4 commit a41b057

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
@@ -54,7 +54,7 @@ repos:
5454
language: python
5555
types: [python]
5656
- repo: https://github.com/asottile/pyupgrade
57-
rev: v3.9.0
57+
rev: v3.10.1
5858
hooks:
5959
- id: pyupgrade
6060
args: [--py38-plus]
@@ -97,7 +97,7 @@ repos:
9797
language: python
9898
types: [python]
9999
- repo: https://github.com/PyCQA/flake8
100-
rev: 6.0.0
100+
rev: 6.1.0
101101
hooks:
102102
- id: flake8
103103
language: python

0 commit comments

Comments
 (0)