mirror of
https://codeberg.org/james-smith-za/git-tidy-python.git
synced 2026-01-15 19:29:25 +02:00
Initial commit.
This commit is contained in:
commit
6166b42b2e
6 changed files with 219 additions and 0 deletions
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[tool.black]
|
||||
line-length = 120
|
||||
include = '\.pyi?$'
|
||||
exclude ='''
|
||||
/(
|
||||
| \.git
|
||||
| \.mypy_cache
|
||||
)/
|
||||
'''
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
line_length = 120
|
||||
Loading…
Add table
Add a link
Reference in a new issue