Skip to content

Commit 58cf3b0

Browse files
committed
chore: ignore line length warnings in enums.py (generated)
1 parent 507c7b5 commit 58cf3b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ line-length = 80
2525
select = ["B", "C", "E", "F", "W"]
2626

2727
[tool.ruff.per-file-ignores]
28+
"src/igraph_ctypes/_internal/enums.py" = ["E501"]
2829
"src/igraph_ctypes/_internal/functions.py" = ["E501"]
2930
"src/igraph_ctypes/_internal/lib.py" = ["E501"]
3031

0 commit comments

Comments
 (0)