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 f837927 commit a6d72efCopy full SHA for a6d72ef
.pre-commit-config.yaml
@@ -23,18 +23,18 @@ repos:
23
- id: isort
24
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v3.15.0
+ rev: v3.15.2
27
hooks:
28
- id: pyupgrade
29
args: [--py37-plus]
30
31
- repo: https://github.com/psf/black
32
- rev: 24.1.1
+ rev: 24.3.0
33
34
- id: black
35
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.2.0
+ rev: v0.3.4
38
39
- id: ruff
40
@@ -50,7 +50,7 @@ repos:
50
# - flake8-markdown==0.2.0
51
52
- repo: https://github.com/pre-commit/mirrors-mypy
53
- rev: v1.8.0
+ rev: v1.9.0
54
55
- id: mypy
56
additional_dependencies:
0 commit comments