Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ea97bef

Browse files
authoredJul 25, 2022
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 20.8b1 → 22.6.0](psf/black@20.8b1...22.6.0) - [github.com/asottile/pyupgrade: v2.7.4 → v2.37.2](asottile/pyupgrade@v2.7.4...v2.37.2) - [github.com/PyCQA/flake8: 3.8.4 → 4.0.1](PyCQA/flake8@3.8.4...4.0.1)
1 parent a5f0204 commit ea97bef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 20.8b1
3+
rev: 22.6.0
44
hooks:
55
- id: black
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v2.7.4
7+
rev: v2.37.2
88
hooks:
99
- id: pyupgrade
1010
args: [--py36-plus]
1111
- repo: https://github.com/PyCQA/flake8
12-
rev: "3.8.4"
12+
rev: "4.0.1"
1313
hooks:
1414
- id: flake8

0 commit comments

Comments
 (0)