-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Apply black formatter * Add pre-commit install commands * Revert "Add pre-commit install commands" This reverts commit b260beb. * Revert part of "Apply black formatter" This reverts commit 724932f. * Update README.rst * ignore cge folders * exclude cge folders * update according to formatter * Revert "update according to formatter" This reverts commit 75ccc13. * update formatter after team discussion * reformatted according to the formatter * I cannot removee e203, black keeps adding it back (#599) * removed the error codes (#600) Co-authored-by: Chen Wang <[email protected]> * exclude docs; manual changes (#601) Co-authored-by: Chen Wang <[email protected]> * fix e731, e741, f401 and f403 (#598) --------- Co-authored-by: Chen Wang <[email protected]> Co-authored-by: Rashmil Panchani <[email protected]>
- Loading branch information
1 parent
4f91a29
commit 319b756
Showing
259 changed files
with
14,588 additions
and
8,727 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,4 @@ | ||
[flake8] | ||
max-line-length = 180 | ||
extend-ignore = E203 | ||
exclude = __init__.py |
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,10 @@ | ||
repos: | ||
- repo: https://github.com/psf/black | ||
rev: 23.11.0 | ||
hooks: | ||
- id: black | ||
- repo: https://github.com/PyCQA/flake8 | ||
rev: 6.1.0 | ||
hooks: | ||
- id: flake8 | ||
exclude: 'pyincore/analyses/(joplincge|saltlakecge|seasidecge|galvestoncge)/.*|docs/*' |
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
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.