Skip to content

Commit 2910f88

Browse files
MNT: complete transition from flake8/black to ruff
1 parent bef4e76 commit 2910f88

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
@@ -98,22 +98,9 @@ version-file = "smriprep/_version.py"
9898
# Developer tool configurations
9999
#
100100

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

118105
[tool.pytest.ini_options]
119106
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)