format: Apply Black formatter to the codebase (#127)

This commit is contained in:
VitaminB16
2024-03-11 04:36:27 +00:00
committed by GitHub
parent e8b4b376b8
commit 94d8f555fd
11 changed files with 524 additions and 208 deletions

7
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/psf/black
rev: 24.2.0
hooks:
- id: black
language_version: python
args: [--line-length=88, --quiet]