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 c37a53d commit 273a4efCopy full SHA for 273a4ef
.pre-commit-config.yaml
@@ -1,20 +1,20 @@
1
---
2
repos:
3
- repo: https://github.com/PyCQA/bandit
4
- rev: 1.7.6
+ rev: 1.7.7
5
hooks:
6
- id: bandit
7
args:
8
- "-x *test*.py"
9
10
- repo: https://github.com/psf/black-pre-commit-mirror
11
- rev: 23.12.1
+ rev: 24.1.1
12
13
- id: black
14
language_version: python3.8
15
16
- repo: https://github.com/pycqa/flake8
17
- rev: 6.1.0
+ rev: 7.0.0
18
19
- id: flake8
20
@@ -40,7 +40,7 @@ repos:
40
- id: detect-private-key
41
42
- repo: https://github.com/adrienverge/yamllint
43
- rev: v1.33.0
+ rev: v1.34.0
44
45
- id: yamllint
46
0 commit comments