Skip to content

Commit 6b77f40

Browse files
pre-commit-ci[bot]nicoddemus
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.1.1 → v2.2.0](PyCQA/autoflake@v2.1.1...v2.2.0) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1)
1 parent 57e611c commit 6b77f40

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.1.1
3+
rev: v2.2.0
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.3.0
50+
rev: v1.4.1
5151
hooks:
5252
- id: mypy
5353
files: ^(src/|testing/)

0 commit comments

Comments
 (0)