Skip to content

Commit

Permalink
chore(ruff): use nucypher-compatible ruff rules
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Nov 7, 2023
1 parent 608cddc commit 5c5f156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ferveo-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
requires = ["setuptools", "wheel", "setuptools-rust"]

[tool.ruff]
exclude = ["ferveo/__init__.py"]

exclude = ["ferveo/__init__.py"] # false-positive unused-import
select = ["E", "F", "I"]

0 comments on commit 5c5f156

Please sign in to comment.