Skip to content

Commit

Permalink
Add ruff ignore F722
Browse files Browse the repository at this point in the history
  • Loading branch information
gileshd committed Sep 12, 2024
1 parent df1c1d4 commit 7c252c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
requires = ["setuptools >= 30.3.0", "wheel"]

[tool.black]
line-length = 120
line-length = 120

[tool.ruff.lint]
ignore = ["F722"]

0 comments on commit 7c252c2

Please sign in to comment.