mirror of https://github.com/nucypher/nucypher.git
Update old ruff command/options that currently have a deprecation warning.
parent
71e868a92b
commit
dc3df406b5
|
@ -27,4 +27,4 @@ jobs:
|
|||
pip install .
|
||||
|
||||
- name: Lint with Ruff
|
||||
run: ruff --output-format=github nucypher
|
||||
run: ruff check --output-format=github nucypher
|
||||
|
|
|
@ -84,8 +84,8 @@ pre-commit = '^2.12.1'
|
|||
showcontent = true
|
||||
|
||||
[tool.ruff]
|
||||
select = ["E", "F", "I"]
|
||||
ignore = ["E501"]
|
||||
lint.select = ["E", "F", "I"]
|
||||
lint.ignore = ["E501"]
|
||||
|
||||
[tool.ruff.isort]
|
||||
[tool.ruff.lint.isort]
|
||||
known-first-party = ["nucypher"]
|
||||
|
|
Loading…
Reference in New Issue