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 @@ -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 ]
118105minversion = " 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