Skip to content

Commit

Permalink
Update pre-commit hooks (#54)
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 e0616e5 commit c23458a
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 @@ -12,7 +12,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, timebasedcv, tests]
Expand All @@ -33,6 +33,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 c23458a

Please sign in to comment.