Skip to content

Commit

Permalink
Update pre-commit hooks (#79)
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 Jul 1, 2024
1 parent 70d1f06 commit 5760e41
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.4.7 # Ruff version.
rev: v0.5.0 # 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.21.0
rev: v1.22.9
hooks:
- id: typos

0 comments on commit 5760e41

Please sign in to comment.