Skip to content

Commit 74edbeb

Browse files
authoredMar 19, 2024
[pre-commit.ci] pre-commit autoupdate (#1044)
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 5b83de4 commit 74edbeb

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
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/PyCQA/autoflake
3-
rev: v2.3.0
3+
rev: v2.3.1
44
hooks:
55
- id: autoflake
66
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
77
- repo: https://github.com/psf/black
8-
rev: 24.2.0
8+
rev: 24.3.0
99
hooks:
1010
- id: black
1111
args: [--safe, --quiet, --target-version, py35]

0 commit comments

Comments
 (0)