Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 42c1e56

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.37.1 → v2.37.3](asottile/pyupgrade@v2.37.1...v2.37.3) - [github.com/pycqa/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2)
1 parent 152f9c3 commit 42c1e56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.37.1
3+
rev: v2.37.3
44
hooks:
55
- id: pyupgrade
66
args: ["--py36-plus"]
@@ -9,7 +9,7 @@ repos:
99
hooks:
1010
- id: black
1111
- repo: https://github.com/pycqa/flake8
12-
rev: 4.0.1
12+
rev: 5.0.2
1313
hooks:
1414
- id: flake8
1515
args: ["--max-line-length=88", "--extend-ignore=E203,E501,E712,F401"]

0 commit comments

Comments
 (0)