File tree Expand file tree Collapse file tree 3 files changed +2
-28
lines changed
Expand file tree Collapse file tree 3 files changed +2
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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 ]
119106minversion = " 7"
Original file line number Diff line number Diff line change @@ -26,6 +26,3 @@ console_scripts =
2626
2727[bdist_wheel]
2828universal =1
29-
30- [flake8]
31- max-line-length = 99
You can’t perform that action at this time.
0 commit comments