Skip to content

Commit 72a99c4

Browse files
[pre-commit.ci] pre-commit autoupdate (#318)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cabe3e6 commit 72a99c4

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.1
3+
rev: v2.1.1
44
hooks:
55
- id: autoflake
66
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
@@ -20,7 +20,7 @@ repos:
2020
exclude: ^docs/.*|.*.md
2121

2222
- repo: https://github.com/psf/black
23-
rev: 23.1.0
23+
rev: 23.3.0
2424
hooks:
2525
- id: black
2626
language_version: python3

0 commit comments

Comments
 (0)