Skip to content

Commit

Permalink
Merge pull request #280 from ome/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
joshmoore authored Jun 23, 2023
2 parents d24f2ab + c31e032 commit d134008
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
args: [--target-version=py36]

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.7.0
hooks:
- id: pyupgrade
args:
Expand Down Expand Up @@ -64,12 +64,12 @@ repos:
]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
rev: v1.3.0
hooks:
- id: mypy

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
rev: v1.3.0
hooks:
- id: mypy
args: [
Expand All @@ -79,13 +79,13 @@ repos:
exclude: tests/|setup.py

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.31.0
rev: v1.32.0
hooks:
- id: yamllint
# args: [--config-data=relaxed]
#

- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.5
hooks:
- id: codespell

0 comments on commit d134008

Please sign in to comment.