Skip to content

Commit 14e1ff1

Browse files
committed
Ignore long lines in test files.
1 parent d7a59ee commit 14e1ff1

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
@@ -157,6 +157,7 @@ ignore = ["W503", "E203"]
157157
per-file-ignores = [
158158
"**/__init__.py : F401",
159159
"docs/conf.py : E265",
160+
"sdcflows/utils/tests/*.py: E501",
160161
]
161162

162163
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)