Skip to content

Commit 4e5452a

Browse files
[pre-commit.ci] pre-commit autoupdate (#252)
updates: - [github.com/PyCQA/autoflake: v2.3.0 → v2.3.1](PyCQA/autoflake@v2.3.0...v2.3.1) - [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ac68d90 commit 4e5452a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
args: ["--py38-plus"]
1717

1818
- repo: https://github.com/PyCQA/autoflake
19-
rev: v2.3.0
19+
rev: v2.3.1
2020
hooks:
2121
- id: autoflake
2222
args: ["--in-place", "--remove-unused-variables"]
@@ -71,7 +71,7 @@ repos:
7171
- id: trailing-whitespace
7272

7373
- repo: https://github.com/psf/black
74-
rev: 24.2.0
74+
rev: 24.3.0
7575
hooks:
7676
- id: black
7777
args: ["--line-length", "120"]

0 commit comments

Comments
 (0)