-
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.
Other changes: - changed the threshold for fuzzy command matching - character class now 🎊 - added more type-hints - other misc fixes
- Loading branch information
1 parent
093c080
commit b13c896
Showing
19 changed files
with
822 additions
and
828 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,19 @@ | ||
repos: | ||
# - repo: https://github.com/astral-sh/ruff-pre-commit | ||
# rev: v0.0.285 | ||
# hooks: | ||
# - id: ruff | ||
# args: [ --fix] | ||
|
||
# - repo: https://github.com/pycqa/isort | ||
# rev: 5.12.0 | ||
# hooks: | ||
# - id: isort | ||
# args: [ -m, "3"] | ||
|
||
|
||
- repo: https://github.com/psf/black | ||
rev: 23.7.0 | ||
hooks: | ||
- id: black | ||
language_version: python3.10 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.