Skip to content

Commit

Permalink
Merge pull request #281 from quarckster/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
quarckster authored May 16, 2023
2 parents 3e7360a + 5638cc7 commit 3df13e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
exclude: tests/expected_results.py|tests/data
repos:
- repo: https://github.com/asottile/reorder_python_imports
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.9.0
hooks:
- id: reorder-python-imports
Expand Down Expand Up @@ -32,12 +32,12 @@ repos:
- --max-line-length=100
- --ignore=W503,E203
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.4.0
hooks:
- id: pyupgrade
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
rev: v1.3.0
hooks:
- id: mypy
language_version: python3
Expand Down

0 comments on commit 3df13e6

Please sign in to comment.