Skip to content

Commit 82f18d1

Browse files
MNT: complete transition from flake8/black to ruff
1 parent 4ed9c9f commit 82f18d1

File tree

3 files changed

+2
-28
lines changed

3 files changed

+2
-28
lines changed

.flake8

Lines changed: 0 additions & 10 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -97,22 +97,9 @@ version-file = "smriprep/_version.py"
9797
# Developer tool configurations
9898
#
9999

100+
# Disable black
100101
[tool.black]
101-
line-length = 99
102-
skip-string-normalization = true
103-
104-
[tool.isort]
105-
profile = 'black'
106-
107-
[tool.flake8]
108-
max-line-length = "99"
109-
doctests = "False"
110-
exclude = "*build/"
111-
ignore = ["W503", "E203"]
112-
per-file-ignores = [
113-
"**/__init__.py : F401",
114-
"docs/conf.py : E265",
115-
]
102+
exclude = ".*"
116103

117104
[tool.pytest.ini_options]
118105
minversion = "7"

wrapper/setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,3 @@ console_scripts =
2626

2727
[bdist_wheel]
2828
universal=1
29-
30-
[flake8]
31-
max-line-length = 99

0 commit comments

Comments
 (0)