Skip to content

Commit

Permalink
Ignore long lines in test files.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 23, 2024
1 parent d7a59ee commit 14e1ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ ignore = ["W503", "E203"]
per-file-ignores = [
"**/__init__.py : F401",
"docs/conf.py : E265",
"sdcflows/utils/tests/*.py: E501",
]

[tool.pytest.ini_options]
Expand Down

0 comments on commit 14e1ff1

Please sign in to comment.