Fix: Changed everything to conform to Flake8.

Fix: Added some code to fix the reconnect/disconnect error.
Docs: Added setup.cfg to set everything to be 120.
This commit is contained in:
Dan
2024-05-20 09:48:34 -04:00
parent d42975d981
commit efd6cdc0d5
9 changed files with 577 additions and 205 deletions

View File

@ -1,11 +1,12 @@
repos:
- repo: https://github.com/pycqa/flake8
rev: 7.0.0 # Use the latest revision
hooks:
- id: flake8
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
- id: black
language_version: python3.10.6
- repo: https://github.com/pycqa/flake8
rev: 7.0.0 # Use the latest revision
hooks:
- id: flake8