Skip to content

Commit 1eb6f1d

Browse files
[pre-commit.ci] pre-commit autoupdate (#136)
updates: - [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.1.1](pre-commit/mirrors-mypy@v1.0.1...v1.1.1) - [github.com/PyCQA/pylint: v2.16.4 → v2.17.0](pylint-dev/pylint@v2.16.4...v2.17.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent edf6747 commit 1eb6f1d

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
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: flake8
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.0.1
28+
rev: v1.1.1
2929
hooks:
3030
- id: mypy
3131
# empty args needed in order to match mypy cli behavior
@@ -37,7 +37,7 @@ repos:
3737
- types-setuptools
3838
- types-docutils
3939
- repo: https://github.com/PyCQA/pylint
40-
rev: v2.16.4
40+
rev: v2.17.0
4141
hooks:
4242
- id: pylint
4343
additional_dependencies:

0 commit comments

Comments
 (0)