Skip to content

Commit

Permalink
Update pre-commit hooks (#81)
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 Aug 1, 2024
1 parent 593eb22 commit 4bd2efe
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.0 # Ruff version.
rev: v0.5.5 # 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.22.9
rev: v1.23.6
hooks:
- id: typos

0 comments on commit 4bd2efe

Please sign in to comment.