-
-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added python docstring check script (#2741)
* Added python docstring check script * Formatted python files * Fixed indentation for python check * Fixed indentation for testing job * Fixed indentation for most jobs * Fixed dependency for Python-Compliance job * Black formatting * Added scripts directory to format checks * Added scripts directory * Made builds depend on successful tests
- Loading branch information
1 parent
4a24515
commit c16a894
Showing
18 changed files
with
3,845 additions
and
2,653 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,3 @@ | ||
[flake8] | ||
ignore = E402,E722,E203,F401,W503 | ||
max-line-length = 80 |
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.