Skip to content

Commit

Permalink
MAINT: Added ruff to development dependencies (nipreps#1271)
Browse files Browse the repository at this point in the history
MAINT: Added ruff to development dependencies (nipreps#1271)

* enh: Added ruff to development dependencies

* mnt: Removed isort and flake8-pyproject from development dependencies

* fix: Remove ruff version pinning

Co-authored-by: Oscar Esteban <[email protected]>

* Update pyproject.toml

---------

Co-authored-by: Oscar Esteban <[email protected]>
  • Loading branch information
zvi-quantivly and oesteban authored Apr 15, 2024
1 parent 9a56447 commit 6599642
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ notebook = [
]

dev = [
"black ~= 22.3.0",
"isort ~= 5.10.1",
"flake8-pyproject",
"ruff",
]

test = [
Expand Down

0 comments on commit 6599642

Please sign in to comment.