Skip to content

Commit

Permalink
[CI] Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jfrost-mo committed Feb 3, 2025
1 parent def59f4 commit 80b8730
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 @@ -5,15 +5,15 @@ ci:

repos:
- repo: https://github.com/codespell-project/codespell
rev: db0100e9569b92719311a5bf6727ca1bb4664409 # frozen: v2.4.0
rev: 63c8f8312b7559622c0d82815639671ae42132ac # frozen: v2.4.1
hooks:
- id: codespell
# Additional dependency needed until Python 3.11 is our minimum version.
additional_dependencies:
- tomli

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 36b36942c52d8ce8ae6314461f2d86b1fda158e3 # frozen: v0.9.3
rev: 871f3bcae4fe473cd7109c3a068db975dc035e3b # frozen: v0.9.4
hooks:
- id: ruff
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 80b8730

Please sign in to comment.