We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911dadd commit 56d7981Copy full SHA for 56d7981
1 file changed
.pre-commit-config.yaml
@@ -13,18 +13,9 @@ repos:
13
rev: 0.9.0
14
hooks:
15
- id: nbstripout # strip jupyter noteook output
16
- - repo: https://github.com/pycqa/isort
17
- rev: 7.0.0
18
- hooks:
19
- - id: isort
20
- name: isort (python)
21
- - repo: https://github.com/psf/black
22
- rev: 26.1.0
23
24
- - id: black
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
rev: v0.9.1
27
28
- id: ruff
29
- args: [--fix]
+ args: [--fix, --select, I]
30
- id: ruff-format
0 commit comments