Skip to content

Commit

Permalink
Merge branch 'main' into chore/pin-ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
croyzor authored Mar 6, 2024
2 parents 0171ab4 + e57ee8d commit 9930557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ repos:
- id: debug-statements

- repo: https://github.com/crate-ci/typos
rev: v1.17.1
rev: v1.19.0
hooks:
- id: typos

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.13
rev: v0.3.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 9930557

Please sign in to comment.