Skip to content

Commit 1f68f34

Browse files
[pre-commit.ci] pre-commit autoupdate (#90)
updates: - [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0) - [github.com/PyCQA/autoflake: v2.3.0 → v2.3.1](PyCQA/autoflake@v2.3.0...v2.3.1) - [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.3](astral-sh/ruff-pre-commit@v0.3.2...v0.3.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1ca0c57 commit 1f68f34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ repos:
1414
additional_dependencies: ["bandit[toml]"]
1515

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

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

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.3.2
33+
rev: v0.3.3
3434
hooks:
3535
- id: ruff
3636
name: Ruff

0 commit comments

Comments
 (0)