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 a0a8c4f commit 3d24831Copy full SHA for 3d24831
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
- id: requirements-txt-fixer
25
- id: check-added-large-files
26
- repo: https://github.com/psf/black-pre-commit-mirror
27
- rev: 24.4.0
+ rev: 24.4.2
28
hooks:
29
- id: black
30
- repo: https://github.com/Pierre-Sassoulas/black-disable-checker
@@ -36,12 +36,12 @@ repos:
36
37
- id: isort
38
- repo: https://github.com/astral-sh/ruff-pre-commit
39
- rev: v0.4.1
+ rev: v0.4.2
40
41
- id: ruff
42
args: [--fix, --exit-non-zero-on-fix]
43
- repo: https://github.com/pre-commit/mirrors-mypy
44
- rev: v1.9.0
+ rev: v1.10.0
45
46
- id: mypy
47
- repo: https://github.com/pycqa/bandit
0 commit comments