Skip to content

Commit

Permalink
Merge pull request #309 from pytest-dev/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Jul 25, 2022
2 parents 59b60cb + 736f2ab commit d01b267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
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 d01b267

Please sign in to comment.