Skip to content

Commit

Permalink
don't write typos by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Apr 21, 2024
1 parent a4f53f7 commit 819547e
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ repos:
{%- if use_ruff %}

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

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

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

0 comments on commit 819547e

Please sign in to comment.