File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ force-sort-within-sections = true
9696[tool .black ]
9797line-length = 100
9898target-version = [" py311" ]
99- extend-exclude = " __INTERNAL__"
99+ extend-exclude = " __INTERNAL__|DEMOS "
100100
101101[tool .mypy ]
102102python_version = " 3.11"
@@ -113,7 +113,7 @@ warn_no_return = true
113113pretty = true
114114show_error_codes = true
115115show_error_context = true
116- exclude = [" __INTERNAL__" ]
116+ exclude = [" __INTERNAL__" , " DEMOS " ]
117117
118118[[tool .mypy .overrides ]]
119119module = [" radon.*" , " complexipy.*" ]
@@ -136,7 +136,7 @@ source = ["src/antipasta"]
136136parallel = false
137137concurrency = []
138138disable_warnings = [" module-not-measured" ]
139- omit = [" */__INTERNAL__/*" ]
139+ omit = [" */__INTERNAL__/*" , " */DEMOS/* " , " */INTERNAL/* " ]
140140
141141[tool .coverage .report ]
142142exclude_lines = [
You can’t perform that action at this time.
0 commit comments