Skip to content

Commit ca473f9

Browse files
chore: lock
1 parent 67a9552 commit ca473f9

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ repos:
99
- id: trailing-whitespace
1010
stages: [pre-commit]
1111

12-
- repo: https://github.com/charliermarsh/ruff-pre-commit
13-
rev: 'v0.14.0'
12+
- repo: https://github.com/astral-sh/ruff-pre-commit
13+
rev: v0.14.0
1414
hooks:
15-
- id: ruff
15+
- id: ruff-check
16+
types_or: [python, pyi, jupyter]
17+
args: [--fix]
18+
- id: ruff-format
19+
types_or: [python, pyi, jupyter]

0 commit comments

Comments
 (0)