Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#136)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pre-commit-ci[bot] committed Mar 14, 2023
1 parent edf6747 commit 1eb6f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -25,7 +25,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.1
rev: v1.1.1
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -37,7 +37,7 @@ repos:
- types-setuptools
- types-docutils
- repo: https://github.com/PyCQA/pylint
rev: v2.16.4
rev: v2.17.0
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit 1eb6f1d

Please sign in to comment.