Skip to content

Commit dad3a1f

Browse files
committed
Exclode dev scripts and docs from ruff.
1 parent 8275fd6 commit dad3a1f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ repos:
1010
- id: ruff-check
1111
types_or: [ python, pyi ]
1212
args: [ --fix ]
13+
exclude: ^dev_scripts/*|^docs/*|^benchmark_data/*
1314
- id: ruff-format
1415
types_or: [ python, pyi ]
16+
exclude: ^dev_scripts/*|^docs/*|^benchmark_data/*
1517

1618
- repo: https://github.com/pre-commit/pre-commit-hooks
1719
rev: v5.0.0

0 commit comments

Comments
 (0)