We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d22ae8d commit c7599b7Copy full SHA for c7599b7
.pre-commit-config.yaml
@@ -12,18 +12,18 @@ repos:
12
- id: end-of-file-fixer
13
- id: trailing-whitespace
14
- repo: https://github.com/asottile/pyupgrade
15
- rev: v3.15.0
+ rev: v3.15.1
16
hooks:
17
- id: pyupgrade
18
args:
19
- --py38-plus
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: v0.0.292
+ rev: v0.3.3
22
23
- id: ruff
24
25
- --fix
26
- repo: https://github.com/psf/black
27
- rev: 23.9.1
+ rev: 24.3.0
28
29
- id: black
0 commit comments