Skip to content

Commit 547c08a

Browse files
pre-commit-ci[bot]mrbean-bremen
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.0.1 → v2.0.2](PyCQA/autoflake@v2.0.1...v2.0.2) - [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.1.1](pre-commit/mirrors-mypy@v1.0.1...v1.1.1)
1 parent 1694ee9 commit 547c08a

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
@@ -22,7 +22,7 @@ repos:
2222
- id: debug-statements
2323
language_version: python3
2424
- repo: https://github.com/PyCQA/autoflake
25-
rev: v2.0.1
25+
rev: v2.0.2
2626
hooks:
2727
- id: autoflake
2828
name: autoflake
@@ -38,7 +38,7 @@ repos:
3838
- flake8-bugbear
3939
args: ["--extend-ignore=E203", "--max-line-length=88"]
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.0.1
41+
rev: v1.1.1
4242
hooks:
4343
- id: mypy
4444
exclude: (docs|pyfakefs/tests)

0 commit comments

Comments
 (0)