Skip to content

Commit 89adfc8

Browse files
[pre-commit.ci] pre-commit autoupdate (#181)
updates: - [github.com/PyCQA/autoflake: v2.0.0 → v2.0.1](PyCQA/autoflake@v2.0.0...v2.0.1) - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6663bf1 commit 89adfc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autofix_prs: false
33
repos:
44
- repo: https://github.com/PyCQA/autoflake
5-
rev: v2.0.0
5+
rev: v2.0.1
66
hooks:
77
- id: autoflake
88
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
@@ -16,7 +16,7 @@ repos:
1616
hooks:
1717
- id: isort
1818
- repo: https://github.com/psf/black
19-
rev: 22.12.0
19+
rev: 23.1.0
2020
hooks:
2121
- id: black
2222
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)