Skip to content

Commit 9badc42

Browse files
committed
chore: ruff ignore too long lines
1 parent f500e99 commit 9badc42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ sphinx = "^7.0.0"
5353
sphinx-issues = "^3.0.0"
5454
alabaster = "^0.7.13"
5555

56+
[tool.ruff]
57+
ignore = ["E501", "E722"]
58+
5659
[tool.tox]
5760
legacy_tox_ini = """
5861
[tox]

0 commit comments

Comments
 (0)