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 @@ -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 ]
120107minversion = " 8"
Original file line number Diff line number Diff line change @@ -24,6 +24,3 @@ console_scripts =
2424
2525[bdist_wheel]
2626universal =1
27-
28- [flake8]
29- max-line-length = 99
You can’t perform that action at this time.
0 commit comments