Skip to content

Commit 273a4ef

Browse files
[pre-commit.ci] pre-commit autoupdate (#1292)
updates: - [github.com/PyCQA/bandit: 1.7.6 → 1.7.7](PyCQA/bandit@1.7.6...1.7.7) - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.1.1](psf/black-pre-commit-mirror@23.12.1...24.1.1) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/adrienverge/yamllint: v1.33.0 → v1.34.0](adrienverge/yamllint@v1.33.0...v1.34.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c37a53d commit 273a4ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
repos:
33
- repo: https://github.com/PyCQA/bandit
4-
rev: 1.7.6
4+
rev: 1.7.7
55
hooks:
66
- id: bandit
77
args:
88
- "-x *test*.py"
99

1010
- repo: https://github.com/psf/black-pre-commit-mirror
11-
rev: 23.12.1
11+
rev: 24.1.1
1212
hooks:
1313
- id: black
1414
language_version: python3.8
1515

1616
- repo: https://github.com/pycqa/flake8
17-
rev: 6.1.0
17+
rev: 7.0.0
1818
hooks:
1919
- id: flake8
2020
args:
@@ -40,7 +40,7 @@ repos:
4040
- id: detect-private-key
4141

4242
- repo: https://github.com/adrienverge/yamllint
43-
rev: v1.33.0
43+
rev: v1.34.0
4444
hooks:
4545
- id: yamllint
4646
args:

0 commit comments

Comments
 (0)