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 0820cb4 commit ef7c301Copy full SHA for ef7c301
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
- repo: https://github.com/PyCQA/bandit
4
- rev: 1.8.2
+ rev: 1.8.3
5
hooks:
6
- id: bandit
7
exclude: /.*tests/
@@ -13,14 +13,14 @@ repos:
13
language_version: python3.9
14
15
- repo: https://github.com/pycqa/flake8
16
- rev: 7.1.1
+ rev: 7.1.2
17
18
- id: flake8
19
args:
20
- "--config=tox.ini"
21
22
- repo: https://github.com/PyCQA/isort
23
- rev: 6.0.0
+ rev: 6.0.1
24
25
- id: isort
26
@@ -40,7 +40,7 @@ repos:
40
- id: detect-private-key
41
42
- repo: https://github.com/tox-dev/pyproject-fmt
43
- rev: v2.5.0
+ rev: v2.5.1
44
45
- id: pyproject-fmt
46
- repo: https://github.com/abravalheri/validate-pyproject
0 commit comments