Skip to content

Commit

Permalink
MNT: complete transition from flake8/black to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Oct 31, 2024
1 parent bef4e76 commit 2910f88
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
10 changes: 0 additions & 10 deletions .flake8

This file was deleted.

17 changes: 2 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,22 +98,9 @@ version-file = "smriprep/_version.py"
# Developer tool configurations
#

# Disable black
[tool.black]
line-length = 99
skip-string-normalization = true

[tool.isort]
profile = 'black'

[tool.flake8]
max-line-length = "99"
doctests = "False"
exclude = "*build/"
ignore = ["W503", "E203"]
per-file-ignores = [
"**/__init__.py : F401",
"docs/conf.py : E265",
]
exclude = ".*"

[tool.pytest.ini_options]
minversion = "7"
Expand Down
3 changes: 0 additions & 3 deletions wrapper/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@ console_scripts =

[bdist_wheel]
universal=1

[flake8]
max-line-length = 99

0 comments on commit 2910f88

Please sign in to comment.