Skip to content

Commit 3454718

Browse files
[pre-commit.ci] pre-commit autoupdate (#30)
updates: - [github.com/PyCQA/bandit: 1.7.5 → 1.7.6](PyCQA/bandit@1.7.5...1.7.6) - [github.com/psf/black: 23.7.0 → 23.12.0](psf/black@23.7.0...23.12.0) - [github.com/PyCQA/autoflake: v2.2.0 → v2.2.1](PyCQA/autoflake@v2.2.0...v2.2.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.8](astral-sh/ruff-pre-commit@v0.1.3...v0.1.8) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ea80f17 commit 3454718

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude: ".env,.yml,.gitignore,.git,.md,.txt"
55
default_stages: [push, commit]
66
repos:
77
- repo: https://github.com/PyCQA/bandit
8-
rev: 1.7.5
8+
rev: 1.7.6
99
hooks:
1010
- id: bandit
1111
args: ["-c", "pyproject.toml"]
@@ -14,14 +14,14 @@ repos:
1414
additional_dependencies: ["bandit[toml]"]
1515

1616
- repo: https://github.com/psf/black
17-
rev: 23.7.0
17+
rev: 23.12.0
1818
hooks:
1919
- id: black
2020
name: Black
2121
stages: [commit]
2222

2323
- repo: https://github.com/PyCQA/autoflake
24-
rev: v2.2.0
24+
rev: v2.2.1
2525
hooks:
2626
- id: autoflake
2727
args: ["--in-place", "--remove-unused-variables", "--recursive"]
@@ -30,14 +30,14 @@ repos:
3030
stages: [commit]
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.1.3
33+
rev: v0.1.8
3434
hooks:
3535
- id: ruff
3636
name: Ruff
3737
args: ["--fix", "--exit-non-zero-on-fix", "--config", "pyproject.toml"]
3838

3939
- repo: https://github.com/PyCQA/isort
40-
rev: 5.12.0
40+
rev: 5.13.2
4141
hooks:
4242
- id: isort
4343
name: ISort

0 commit comments

Comments
 (0)