Skip to content

Commit df8f4b6

Browse files
committed
Update hooks, fix ruff call, adjust pyproject.toml for new pixi setup.
1 parent f4509e7 commit df8f4b6

File tree

4 files changed

+2830
-6473
lines changed

4 files changed

+2830
-6473
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: check-useless-excludes
77
# - id: identity # Prints all files passed to pre-commits. Debugging.
88
- repo: https://github.com/lyz-code/yamlfix
9-
rev: 1.19.0
9+
rev: 1.19.1
1010
hooks:
1111
- id: yamlfix
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -45,17 +45,15 @@ repos:
4545
hooks:
4646
- id: yamllint
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.14.7
48+
rev: v0.14.10
4949
hooks:
50-
# Run the linter.
51-
- id: ruff
50+
- id: ruff-check
5251
types_or:
5352
- python
5453
- pyi
5554
- jupyter
5655
args:
5756
- --fix
58-
# Run the formatter.
5957
- id: ruff-format
6058
types_or:
6159
- python
@@ -74,7 +72,7 @@ repos:
7472
- '88'
7573
files: (README\.md)
7674
- repo: https://github.com/pre-commit/mirrors-mypy
77-
rev: v1.19.0
75+
rev: v1.19.1
7876
hooks:
7977
- id: mypy
8078
files: src|tests

0 commit comments

Comments
 (0)