mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
🔧 Add ruff config
This commit is contained in:
parent
638bee475c
commit
24f39054b5
@ -74,3 +74,8 @@ log_cli_date_format = "%Y-%m-%d %H:%M:%S"
|
||||
include = '\.pyi?$'
|
||||
line-length = 120
|
||||
target-version = ['py311']
|
||||
|
||||
[tool.ruff]
|
||||
include = ['\.pyi?$']
|
||||
line-length = 120
|
||||
target-version = 'py311'
|
||||
|
Loading…
Reference in New Issue
Block a user