mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-23 15:53:36 +05:00
16 lines
205 B
TOML
16 lines
205 B
TOML
[tool.black]
|
|
line-length = 88
|
|
target-version = ['py38']
|
|
include = '\.pyi?$'
|
|
exclude = '''
|
|
(
|
|
\.git/
|
|
| \.github/
|
|
| docs/
|
|
| resources/
|
|
| scripts/
|
|
)
|
|
'''
|
|
[tool.mypy]
|
|
mypy_path = "./kiauh"
|