Skip to content
Snippets Groups Projects
Commit 6e821919 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Merge branch 'blackconfig' into 'master'

Add exclude to black config

See merge request !102
parents 9c77d69a 260df48f
No related branches found
No related tags found
1 merge request!102Add exclude to black config
Pipeline #88069 passed
...@@ -55,3 +55,7 @@ documenation = "https://da.gitlab-pages.liu.se/B-ASIC/" ...@@ -55,3 +55,7 @@ documenation = "https://da.gitlab-pages.liu.se/B-ASIC/"
skip-string-normalization = true skip-string-normalization = true
preview = true preview = true
line-length = 79 line-length = 79
exclude = [
"examples",
"test/test_gui"
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment