Skip to content

Commit 80dd971

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v1.6.0 → v1.7.6](PyCQA/autoflake@v1.6.0...v1.7.6) - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
1 parent 28b0b68 commit 80dd971

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
@@ -18,7 +18,7 @@ repos:
1818
args: ['--fix=no']
1919

2020
- repo: https://github.com/PyCQA/autoflake
21-
rev: v1.6.0
21+
rev: v1.7.6
2222
hooks:
2323
- id: autoflake
2424
args: [
@@ -33,7 +33,7 @@ repos:
3333
- id: isort
3434

3535
- repo: https://github.com/psf/black
36-
rev: 22.8.0
36+
rev: 22.10.0
3737
hooks:
3838
- id: black
3939
language_version: python3

0 commit comments

Comments
 (0)