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"
98
98
# Developer tool configurations
99
99
#
100
100
101
+ # Disable black
101
102
[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 = " .*"
117
104
118
105
[tool .pytest .ini_options ]
119
106
minversion = " 7"
Original file line number Diff line number Diff line change @@ -26,6 +26,3 @@ console_scripts =
26
26
27
27
[bdist_wheel]
28
28
universal =1
29
-
30
- [flake8]
31
- max-line-length = 99
You can’t perform that action at this time.
0 commit comments