forked from thesadru/genshin.py
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '524b51a0ce372820831f39bb4f78b053149aadeb' into gdb
- Loading branch information
Showing
31 changed files
with
945 additions
and
143 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 |
---|---|---|
@@ -1,13 +1 @@ | ||
flake8 | ||
|
||
flake8-annotations-complexity # complex annotation | ||
flake8-black # runs black | ||
flake8-builtins # builtin shadowing | ||
flake8-docstrings # proper formatting and grammar in docstrings | ||
flake8-isort # runs isort | ||
flake8-mutable # mutable default argument detection | ||
flake8-pep3101 # new-style format strings only | ||
flake8-print # complain about print statements in code | ||
flake8-pytest-style # pytest checks | ||
flake8-raise # exception raising | ||
flake8-requirements # requirements.txt check | ||
ruff |
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,3 +1,3 @@ | ||
black | ||
isort | ||
sort-all | ||
ruff | ||
sort-all |
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.