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 2afd0fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
working-directory: ferveo-python

- name: Run ruff
run: ruff check .
run: ruff check ferveo
working-directory: ferveo-python

codecov:
Expand Down
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 2afd0fa

Please sign in to comment.