Skip to content

Commit d21a66a

Browse files
Add ruff exclusion rule for fragmentation_tests
1 parent 546ee00 commit d21a66a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[lint]
22
# see the rules [here](https://docs.astral.sh/ruff/rules/)
33
select = ["E", "F", "I", "NPY", "PL", "ARG"]
4+
exclude = ["tests/fragmentation_test.py"]
45
ignore = [
56
"S101",
67
# https://docs.astral.sh/ruff/rules/assert/

0 commit comments

Comments
 (0)