Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dynamic Exposure
Global Dynamic Exposure
exposure-coquimbo
Commits
8dc46d70
Commit
8dc46d70
authored
Feb 03, 2021
by
Tara Evaz Zadeh
Browse files
Added Makefile
parent
ff3f5355
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
0 → 100644
View file @
8dc46d70
SOURCES
=
exposurecoquimbo tests
LENGTH
=
96
check
:
$(SOURCES)
flake8
--max-line-length
=
$(LENGTH)
$^
black
--check
--line-length
$(LENGTH)
$^
pylint
-E
$^
black
:
$(SOURCES)
black
--line-length
$(LENGTH)
$^
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment