We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74898a commit 21c5d0fCopy full SHA for 21c5d0f
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: end-of-file-fixer
13
- id: trailing-whitespace
14
- repo: https://github.com/asottile/pyupgrade
15
- rev: v3.3.0
+ rev: v3.3.1
16
hooks:
17
- id: pyupgrade
18
args: [ "--py36-plus" ]
@@ -21,7 +21,7 @@ repos:
21
22
- id: isort
23
- repo: https://github.com/psf/black
24
- rev: 22.10.0
+ rev: 22.12.0
25
26
- id: black
27
args: [ --safe ]
0 commit comments