Skip to content
Snippets Groups Projects
Commit 387b2610 authored by Felix Delattre's avatar Felix Delattre
Browse files

Renamed 'make black' to 'make format'

parent 1f24e17c
No related branches found
No related tags found
1 merge request!20Renamed 'make black' to 'make format'
Pipeline #19510 passed
......@@ -6,5 +6,5 @@ check: $(SOURCES)
black --check --line-length $(LENGTH) $^
pylint -E $^
black: $(SOURCES)
format: $(SOURCES)
black --line-length $(LENGTH) $^
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment