Skip to content

Commit ef7c301

Browse files
[pre-commit.ci] pre-commit autoupdate (#1455)
updates: - [github.com/PyCQA/bandit: 1.8.2 → 1.8.3](PyCQA/bandit@1.8.2...1.8.3) - [github.com/pycqa/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0820cb4 commit ef7c301

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,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/PyCQA/bandit
4-
rev: 1.8.2
4+
rev: 1.8.3
55
hooks:
66
- id: bandit
77
exclude: /.*tests/
@@ -13,14 +13,14 @@ repos:
1313
language_version: python3.9
1414

1515
- repo: https://github.com/pycqa/flake8
16-
rev: 7.1.1
16+
rev: 7.1.2
1717
hooks:
1818
- id: flake8
1919
args:
2020
- "--config=tox.ini"
2121

2222
- repo: https://github.com/PyCQA/isort
23-
rev: 6.0.0
23+
rev: 6.0.1
2424
hooks:
2525
- id: isort
2626

@@ -40,7 +40,7 @@ repos:
4040
- id: detect-private-key
4141

4242
- repo: https://github.com/tox-dev/pyproject-fmt
43-
rev: v2.5.0
43+
rev: v2.5.1
4444
hooks:
4545
- id: pyproject-fmt
4646
- repo: https://github.com/abravalheri/validate-pyproject

0 commit comments

Comments
 (0)