Skip to content

Commit c6bcd20

Browse files
[pre-commit.ci] pre-commit autoupdate (#849)
updates: - [github.com/PyCQA/autoflake: v1.7.7 → v2.0.0](PyCQA/autoflake@v1.7.7...v2.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 99c80c3 commit c6bcd20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/PyCQA/autoflake
3-
rev: v1.7.7
3+
rev: v2.0.0
44
hooks:
55
- id: autoflake
66
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
@@ -15,14 +15,14 @@ repos:
1515
- id: blacken-docs
1616
additional_dependencies: [black==20.8b1]
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.3.0
18+
rev: v4.4.0
1919
hooks:
2020
- id: trailing-whitespace
2121
- id: end-of-file-fixer
2222
- id: check-yaml
2323
- id: debug-statements
2424
- repo: https://github.com/PyCQA/flake8
25-
rev: 5.0.4
25+
rev: 6.0.0
2626
hooks:
2727
- id: flake8
2828
- repo: https://github.com/asottile/pyupgrade

0 commit comments

Comments
 (0)