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

Exclude temporary version file in black

parent cef48b87
No related branches found
No related tags found
No related merge requests found
Pipeline #20946 passed
......@@ -47,7 +47,7 @@ black:
.PHONY: black-check
black-check:
black --check --exclude '/_definitions/' km3io
black --check --exclude '/_definitions/|version.py' 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