Skip to content

Commit 0b8a928

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.0.1 → v2.0.2](PyCQA/autoflake@v2.0.1...v2.0.2) - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
1 parent 8570181 commit 0b8a928

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
@@ -21,7 +21,7 @@ repos:
2121

2222
# Autoformat: Python code
2323
- repo: https://github.com/PyCQA/autoflake
24-
rev: v2.0.1
24+
rev: v2.0.2
2525
hooks:
2626
- id: autoflake
2727
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
@@ -36,7 +36,7 @@ repos:
3636

3737
# Autoformat: Python code
3838
- repo: https://github.com/psf/black
39-
rev: 23.1.0
39+
rev: 23.3.0
4040
hooks:
4141
- id: black
4242

0 commit comments

Comments
 (0)