Skip to content

Commit 8fbecd8

Browse files
[pre-commit.ci] pre-commit autoupdate (#897)
updates: - [github.com/PyCQA/autoflake: v2.1.0 → v2.1.1](PyCQA/autoflake@v2.1.0...v2.1.1) - [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6317cc3 commit 8fbecd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/PyCQA/autoflake
3-
rev: v2.1.0
3+
rev: v2.1.1
44
hooks:
55
- id: autoflake
66
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: flake8
2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v3.3.1
29+
rev: v3.3.2
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py3-plus]

0 commit comments

Comments
 (0)