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.
2 parents 3930bac + 9cbd52f commit f4a79e6Copy full SHA for f4a79e6
.pre-commit-config.yaml
@@ -13,15 +13,15 @@ repos:
13
hooks:
14
- id: prettier
15
- repo: https://github.com/psf/black
16
- rev: 23.11.0
+ rev: 23.12.0
17
18
- id: black
19
- repo: https://github.com/PyCQA/flake8
20
rev: 6.1.0
21
22
- id: flake8
23
- repo: https://github.com/PyCQA/isort
24
- rev: 5.12.0
+ rev: 5.13.1
25
26
- id: isort
27
args: ["--settings-path=pyproject.toml"]
@@ -33,7 +33,7 @@ repos:
33
language: script
34
types: [python]
35
- repo: https://github.com/PyCQA/bandit
36
- rev: 1.7.5
+ rev: 1.7.6
37
38
- id: bandit
39
args: ["-ll"]
0 commit comments