We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a9552 commit ca473f9Copy full SHA for ca473f9
1 file changed
.pre-commit-config.yaml
@@ -9,7 +9,11 @@ repos:
9
- id: trailing-whitespace
10
stages: [pre-commit]
11
12
- - repo: https://github.com/charliermarsh/ruff-pre-commit
13
- rev: 'v0.14.0'
+ - repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: v0.14.0
14
hooks:
15
- - id: ruff
+ - id: ruff-check
16
+ types_or: [python, pyi, jupyter]
17
+ args: [--fix]
18
+ - id: ruff-format
19
0 commit comments