Skip to content

Commit

Permalink
Merge pull request #146 from Janelia-Trackathon-2023/pre-commit-ci-up…
Browse files Browse the repository at this point in the history
…date-config

ci(pre-commit.ci): autoupdate
  • Loading branch information
cmalinmayor authored Aug 2, 2024
2 parents 4022364 + c02abe4 commit 8627e36
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 @@ -5,28 +5,28 @@ ci:

repos:
- repo: https://github.com/crate-ci/typos
rev: v1.18.1
rev: v1.22.9
hooks:
- id: typos

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
rev: v0.5.0
hooks:
- id: ruff
args: [--fix]

- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.4.2
hooks:
- id: black

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.16
rev: v0.18
hooks:
- id: validate-pyproject

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.10.1
hooks:
- id: mypy
files: "^src/"
Expand Down

0 comments on commit 8627e36

Please sign in to comment.