Skip to content

Commit 2898e18

Browse files
[pre-commit.ci] pre-commit autoupdate (#484)
updates: - [github.com/PyCQA/autoflake: v2.0.2 → v2.1.0](PyCQA/autoflake@v2.0.2...v2.1.0) - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f0dced8 commit 2898e18

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/PyCQA/autoflake
3-
rev: v2.0.2
3+
rev: v2.1.0
44
hooks:
55
- id: autoflake
66
name: autoflake
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: pyupgrade
2121
- repo: https://github.com/psf/black
22-
rev: 23.1.0
22+
rev: 23.3.0
2323
hooks:
2424
- id: black
2525
args: [--safe, --quiet]

0 commit comments

Comments
 (0)