Skip to content

Commit

Permalink
bump precommit versions (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 authored Jun 8, 2024
1 parent b08476c commit 653b9b1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ ci:

repos:
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.16
rev: v0.18
hooks:
- id: validate-pyproject
{%- if use_ruff %}

- repo: https://github.com/crate-ci/typos
rev: v1.20.9
rev: typos-dict-v0.11.20
hooks:
- id: typos
args: [--force-exclude] # omitting --write-changes

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.4.1
rev: v0.4.8
hooks:
- id: ruff
args: [--fix] # may also add '--unsafe-fixes'
Expand All @@ -30,7 +30,7 @@ repos:
{%- if use_mypy %}

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

0 comments on commit 653b9b1

Please sign in to comment.