Skip to content

Commit 5c0e5aa

Browse files
pre-commit-ci[bot]nicoddemus
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 c18d5da commit 5c0e5aa

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
@@ -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
name: autoflake
@@ -47,7 +47,7 @@ repos:
4747
language: python
4848
additional_dependencies: [pygments, restructuredtext_lint]
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.0.1
50+
rev: v1.1.1
5151
hooks:
5252
- id: mypy
5353
files: ^(src/|testing/)

0 commit comments

Comments
 (0)