Skip to content

Commit 256ab09

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.5.3 → v1.6.0](PyCQA/autoflake@v1.5.3...v1.6.0) - [github.com/asottile/pyupgrade: v2.37.3 → v2.38.0](asottile/pyupgrade@v2.37.3...v2.38.0)
1 parent 5bd41be commit 256ab09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ repos:
2020
- id: debug-statements
2121
exclude: _pytest/(debugging|hookspec).py
2222
language_version: python3
23-
- repo: https://github.com/myint/autoflake
24-
rev: v1.5.3
23+
- repo: https://github.com/PyCQA/autoflake
24+
rev: v1.6.0
2525
hooks:
2626
- id: autoflake
2727
name: autoflake
@@ -42,7 +42,7 @@ repos:
4242
- id: reorder-python-imports
4343
args: ['--application-directories=.:src', --py37-plus]
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v2.37.3
45+
rev: v2.38.0
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py37-plus]

0 commit comments

Comments
 (0)