-
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.
* Apply linting * lint all code * coment code temporarily --------- Co-authored-by: Lea Vauchier <[email protected]>
- Loading branch information
1 parent
139a137
commit aac9c12
Showing
10 changed files
with
329 additions
and
125 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[flake8] | ||
max_line_length = 99 | ||
show_source = True | ||
format = pylint | ||
extend-ignore = E203,E501 | ||
exclude = | ||
.git | ||
__pycache__ | ||
logs/* | ||
.vscode/* | ||
build/* | ||
install/* | ||
src/* |
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
Oops, something went wrong.