Skip to content
Snippets Groups Projects

Add exclude to black config

Merged Oscar Gustafsson requested to merge blackconfig into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -55,3 +55,7 @@ documenation = "https://da.gitlab-pages.liu.se/B-ASIC/"
skip-string-normalization = true
preview = true
line-length = 79
exclude = [
"examples",
"test/test_gui"
]
Loading