mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-07-31 08:59:51 +00:00
🎨 Apply black formatting
This commit is contained in:
8
.pre-commit-config.yaml
Normal file → Executable file
8
.pre-commit-config.yaml
Normal file → Executable 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:
|
||||
|
Reference in New Issue
Block a user