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 b84905f commit 8080c25Copy full SHA for 8080c25
.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: 23.10.1
+ rev: 23.11.0
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.1.4
+ rev: v0.1.5
40
41
- id: ruff
42
args: [--fix, --exit-non-zero-on-fix]
43
- repo: https://github.com/pre-commit/mirrors-mypy
44
- rev: v1.6.1
+ rev: v1.7.0
45
46
- id: mypy
47
- repo: https://github.com/pycqa/bandit
0 commit comments