Skip to content

Commit

Permalink
fix: try pytest run without config
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed May 17, 2024
2 parents c84dfed + 732e681 commit 9e33438
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions FoldOptLib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,4 @@ extend-select = ["B007", "B010", "C4", "F", "NPY", "PGH004", "RSE", "RUF100"]
[tool.ruff.lint.flake8-comprehensions]
allow-dict-calls-with-keyword-arguments = true
[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401"]

[tool.pytest.ini_options]
testpaths = ["tests"]
"__init__.py" = ["F401"]

0 comments on commit 9e33438

Please sign in to comment.