Skip to content
Snippets Groups Projects
Commit 2aae4c6f authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Don't blacken definitions

parent 1c2b49c3
No related branches found
No related tags found
No related merge requests found
Pipeline #17933 passed
......@@ -39,7 +39,7 @@ dependencies:
.PHONY: black
black:
black km3io
black --exclude '/_definitions/' km3io
black examples
black tests
black doc/conf.py
......@@ -47,7 +47,7 @@ black:
.PHONY: black-check
black-check:
black --check km3io
black --check --exclude '/_definitions/' km3io
black --check examples
black --check tests
black --check doc/conf.py
......
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