Skip to content

Commit 6719dfd

Browse files
[pre-commit.ci] pre-commit autoupdate (#889)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6e7bbfa commit 6719dfd

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.0.1
3+
rev: v2.0.2
44
hooks:
55
- id: autoflake
66
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
@@ -39,7 +39,7 @@ repos:
3939
language: python
4040
additional_dependencies: [pygments, restructuredtext_lint]
4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.0.1
42+
rev: v1.1.1
4343
hooks:
4444
- id: mypy
4545
files: ^(src/|testing/)

0 commit comments

Comments
 (0)