Skip to content

Commit 5e111ef

Browse files
[pre-commit.ci] pre-commit autoupdate (#97)
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 94d6261 commit 5e111ef

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
@@ -2,7 +2,7 @@ default_language_version:
22
python: "3.10"
33
repos:
44
- repo: https://github.com/PyCQA/autoflake
5-
rev: v2.0.1
5+
rev: v2.0.2
66
hooks:
77
- id: autoflake
88
name: autoflake
@@ -34,7 +34,7 @@ repos:
3434
language: python
3535
additional_dependencies: [pygments, restructuredtext_lint]
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.0.1
37+
rev: v1.1.1
3838
hooks:
3939
- id: mypy
4040
files: src/

0 commit comments

Comments
 (0)