Skip to content

Commit 5d5aec7

Browse files
authored
Merge branch 'main' into python311
2 parents 867ae9f + daa0ab0 commit 5d5aec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ repos:
1616
- id: trailing-whitespace
1717
exclude: README.md
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v2.37.3
19+
rev: v3.2.0
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py37-plus]
2323
- repo: https://github.com/psf/black
24-
rev: 22.6.0
24+
rev: 22.10.0
2525
hooks:
2626
- id: black
2727
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)