Skip to content

Commit

Permalink
try fixing failing github test
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kümmmerer <[email protected]>
  • Loading branch information
matthias-k committed Nov 7, 2023
1 parent cdc3def commit dc6cd1b
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
@@ -1,4 +1,7 @@
[tool.ruff]
select = ["B", "E", "F", "FIX", "I", "T20"]
line-length = 200
ignore = ["T201"] # ignore print statements
ignore = ["T201"] # ignore print statements

[build-system]
requires = ["setuptools", "wheel", "Cython"]

0 comments on commit dc6cd1b

Please sign in to comment.