Skip to content

Commit 49a4ed1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/autoflake: v1.7.7 → v2.0.0](PyCQA/autoflake@v1.7.7...v2.0.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
1 parent f513d33 commit 49a4ed1

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
@@ -12,7 +12,7 @@ repos:
1212
- id: blacken-docs
1313
additional_dependencies: [black==20.8b1]
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.3.0
15+
rev: v4.4.0
1616
hooks:
1717
- id: trailing-whitespace
1818
- id: end-of-file-fixer
@@ -23,15 +23,15 @@ repos:
2323
exclude: _pytest/(debugging|hookspec).py
2424
language_version: python3
2525
- repo: https://github.com/PyCQA/autoflake
26-
rev: v1.7.7
26+
rev: v2.0.0
2727
hooks:
2828
- id: autoflake
2929
name: autoflake
3030
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
3131
language: python
3232
files: \.py$
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 5.0.4
34+
rev: 6.0.0
3535
hooks:
3636
- id: flake8
3737
language_version: python3

0 commit comments

Comments
 (0)