We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aba418 commit 77cdd10Copy full SHA for 77cdd10
.pre-commit-config.yaml
@@ -12,19 +12,19 @@ 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:
19
- --py3-plus
20
- --keep-runtime-typing
21
- repo: https://github.com/charliermarsh/ruff-pre-commit
22
- rev: v0.0.158
+ rev: v0.0.176
23
24
- id: ruff
25
26
- --fix
27
- repo: https://github.com/psf/black
28
- rev: 22.10.0
+ rev: 22.12.0
29
30
- id: black
0 commit comments