Skip to content

Commit

Permalink
Mostly linting errors
Browse files Browse the repository at this point in the history
Other changes:
- changed the threshold for fuzzy command matching
- character class now 🎊
- added more type-hints
- other misc fixes
  • Loading branch information
infernalsaber committed Aug 20, 2023
1 parent 093c080 commit b13c896
Show file tree
Hide file tree
Showing 19 changed files with 822 additions and 828 deletions.
19 changes: 19 additions & 0 deletions .pre-commit-config.yaml
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
330 changes: 0 additions & 330 deletions archive/3x3mega.ipynb

This file was deleted.

1 change: 0 additions & 1 deletion archive/README.md

This file was deleted.

Loading

0 comments on commit b13c896

Please sign in to comment.