🔧 Add ruff config

This commit is contained in:
xr1s 2024-09-07 07:44:22 +08:00
parent 638bee475c
commit 24f39054b5
No known key found for this signature in database
GPG Key ID: 8E76F97702DF0C4B

View File

@ -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'