🎨 Apply black formatting

This commit is contained in:
2024-12-14 01:15:29 +08:00
parent bf409f8564
commit 53d9cfb15a
58 changed files with 48 additions and 0 deletions

8
.pre-commit-config.yaml Normal file → Executable file
View File

@ -1,5 +1,13 @@
fail_fast: true
repos:
- repo: local
hooks:
- id: check-filenames
name: Check Python Filenames
entry: python ./.pre-commit/check_filename.py
language: python
files: \.py$
- repo: https://github.com/psf/black
rev: 24.4.2
hooks: