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 b481fdb commit a43c1b1Copy full SHA for a43c1b1
.pre-commit-config.yaml
@@ -9,19 +9,19 @@ repos:
9
args: ["--ignore-words=codespell.txt"]
10
exclude: 'codespell.txt|\.svg$'
11
- repo: https://github.com/pre-commit/mirrors-prettier
12
- rev: v4.0.0-alpha.3
+ rev: v4.0.0-alpha.4
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