-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Multiple code quality improvements (#212)
* Add pre-commit config * First pre-commit swipe (isort, flake8-bugbear, black, pyupgrade) * Flake8-broken-line and flake8-comprehensions * Flake8-eradicate, flake8-simplify, pep8-naming * flake8-use-fstring * flake8-tidy-imports, flake8-quotes * flake8-typing-imports, flake8-type-checking * pycln * Remove unnecessary comments * Update versions of plugins * Code review changes - removed `exclude` from `pycln` pre-commit config - removed adding of futture-annotations import from isort config - added `TOMLDocument` to `__all__` list in tomlkit/__init__.py * Revert "First pre-commit swipe (isort, flake8-bugbear, black, pyupgrade)" This reverts commit 60abdac. * Remove unnecessary option * Remove unnecessary isort config option * Fix tests
- Loading branch information
Showing
19 changed files
with
313 additions
and
259 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
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.