Skip to content

Commit 0a13a58

Browse files
committed
ci(ruff): move pre-commit to ruff-check
1 parent a1e3988 commit 0a13a58

3 files changed

Lines changed: 33 additions & 33 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
exclude: '^{{cookiecutter\.project_name\|replace\(" ", ""\)}}/.*'
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: 7445ed19e95ffaa6aad0d9bd4123025f7039511a # frozen: v0.12.1
5+
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
66
hooks:
7-
- id: ruff
7+
- id: ruff-check
88
types_or: [ python, pyi, jupyter ]
99
args: [ --fix, -v ]
1010
- id: ruff-format
@@ -24,7 +24,7 @@ repos:
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace
2626
- repo: https://github.com/lycheeverse/lychee
27-
rev: 8f2f746bf932dd0d5b0de3a4364b0e01e20617c8 # frozen: nightly
27+
rev: 6a471a42cc28d8bfe29502436688705cff3a471f # frozen: nightly
2828
hooks:
2929
- id: lychee-docker
3030
# Keep all other configs in the config file

uv.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{cookiecutter.project_name|replace(" ", "")}}/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: 7445ed19e95ffaa6aad0d9bd4123025f7039511a # frozen: v0.12.1
4+
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
55
hooks:
6-
- id: ruff
6+
- id: ruff-check
77
types_or: [ python, pyi, jupyter ]
88
args: [ --fix, -v ]
99
- id: ruff-format
@@ -23,7 +23,7 @@ repos:
2323
- id: end-of-file-fixer
2424
- id: trailing-whitespace
2525
- repo: https://github.com/lycheeverse/lychee
26-
rev: 8f2f746bf932dd0d5b0de3a4364b0e01e20617c8 # frozen: nightly
26+
rev: 6a471a42cc28d8bfe29502436688705cff3a471f # frozen: nightly
2727
hooks:
2828
- id: lychee-docker
2929
# Keep all other configs in the config file

0 commit comments

Comments
 (0)