Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/reorder_python_imports: v3.8.1 → v3.8.2](asottile/reorder-python-imports@v3.8.1...v3.8.2)
- [github.com/pre-commit/mirrors-mypy: v0.961 → v0.971](pre-commit/mirrors-mypy@v0.961...v0.971)
  • Loading branch information
pre-commit-ci[bot] committed Jul 25, 2022
1 parent 59b60cb commit 736f2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ repos:
language: python
additional_dependencies: [pygments, restructuredtext_lint]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.8.1
rev: v3.8.2
hooks:
- id: reorder-python-imports
args: ['--application-directories=.:src']
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961 # NOTE: keep this in sync with tox.ini
rev: v0.971 # NOTE: keep this in sync with tox.ini
hooks:
- id: mypy
files: ^(src|tests)
Expand Down

0 comments on commit 736f2ab

Please sign in to comment.