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

Commit e21e782

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.37.1 → v3.2.2](asottile/pyupgrade@v2.37.1...v3.2.2) - [github.com/psf/black: 22.6.0 → 22.10.0](psf/black@22.6.0...22.10.0) - [github.com/pycqa/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
1 parent 152f9c3 commit e21e782

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

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

0 commit comments

Comments
 (0)