-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: clean up code for efficiencies and readability * refactor: clean up code for efficiencies and readability * refactor: sorted imports * [pre-commit.ci lite] apply automatic fixes * refactor: update cspell dict * refactor: add fstring * [pre-commit.ci lite] apply automatic fixes * refactor: cspell dictionary update --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7f392ab
commit 2d816e5
Showing
6 changed files
with
590 additions
and
324 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
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,9 @@ | ||
[flake8] | ||
max-line-length = 180 | ||
max-complexity = 15 | ||
exclude = build/* | ||
extend-ignore = | ||
# see https://github.com/PtCQA/pycodestyle/issues/373 | ||
E203, | ||
ignore = E203, E266, E501, W503, W605 | ||
select = B,C,E,F,W,T4 |
Oops, something went wrong.