Skip to content

Commit 4de4d20

Browse files
chore(pre-commit): pre-commit autoupdate (#2151)
updates: - [github.com/PyCQA/autoflake: v2.1.1 → v2.2.0](PyCQA/autoflake@v2.1.1...v2.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d9a8a42 commit 4de4d20

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
@@ -9,7 +9,7 @@ repos:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- repo: https://github.com/PyCQA/autoflake
12-
rev: v2.1.1
12+
rev: v2.2.0
1313
hooks:
1414
- id: autoflake
1515
# args:
@@ -19,7 +19,7 @@ repos:
1919
# - --remove-duplicate-keys
2020
# - --remove-unused-variables
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.7.0
22+
rev: v3.8.0
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py38-plus]

0 commit comments

Comments
 (0)