Skip to content

Commit

Permalink
pre-commit autoupdate (#1502)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1)
- [github.com/pre-commit/mirrors-mypy: v0.910 → v0.910-1](pre-commit/mirrors-mypy@v0.910...v0.910-1)
  • Loading branch information
pre-commit-ci[bot] committed Oct 12, 2021
1 parent c02e292 commit d172144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -14,13 +14,13 @@ repos:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies:
- flake8-pytest-style
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910
rev: v0.910-1
hooks:
- id: mypy
# Avoid error: Duplicate module named 'setup'
Expand Down

0 comments on commit d172144

Please sign in to comment.