-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from jvachier/jv/poetry
Update poetry and overall improvement.
- Loading branch information
Showing
6 changed files
with
332 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
install: | ||
python -m pip install --upgrade pip &&\ | ||
pip install -r requirements.txt | ||
|
||
lint: | ||
pylint --disable=R,C,E0401,E0611,W0612 src/ | ||
pylint --disable=R,C src/ | ||
|
||
black: | ||
python -m black src/ | ||
|
Oops, something went wrong.