Skip to content

Commit 87e5e88

Browse files
authored
Merge pull request #435 from DimitriPapadopoulos/ruff
MNT: complete transition from flake8/black to ruff
2 parents b8bcbe0 + 2910f88 commit 87e5e88

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

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

119106
[tool.pytest.ini_options]
120107
minversion = "8"

wrapper/setup.cfg

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

2525
[bdist_wheel]
2626
universal=1
27-
28-
[flake8]
29-
max-line-length = 99

0 commit comments

Comments
 (0)