Skip to content

Commit

Permalink
Update pre-commit hooks (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: FBruzzesi <[email protected]>
  • Loading branch information
github-actions[bot] and FBruzzesi authored Sep 4, 2024
1 parent 4bd2efe commit 3316dd7
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 @@ -13,7 +13,7 @@ repos:
- id: check-ast
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5 # Ruff version.
rev: v0.6.3 # Ruff version.
hooks:
- id: ruff # Run the linter.
args: [--fix, iso_week_date, tests]
Expand All @@ -34,6 +34,6 @@ repos:
hooks:
- id: python-no-eval
- repo: https://github.com/crate-ci/typos
rev: v1.23.6
rev: typos-dict-v0.11.27
hooks:
- id: typos

0 comments on commit 3316dd7

Please sign in to comment.