forked from crunk/distribusi-verse
crunk
7 months ago
4 changed files with 46 additions and 37 deletions
@ -1,25 +1,25 @@ |
|||||
[tool.black] |
[tool.black] |
||||
line-length = 79 |
line-length = 79 |
||||
target-version = ['py37', 'py38', 'py39'] |
target-version = ['py311'] |
||||
include = '\.pyi?$' |
include = '\.pyi?$' |
||||
exclude = ''' |
exclude = ''' |
||||
/( |
/( |
||||
\.eggs |
\.eggs |
||||
| \.git |
| \.git |
||||
| \.hg |
| \.hg |
||||
| \.mypy_cache |
| \.mypy_cache |
||||
| \.tox |
| \.tox |
||||
| \.venv |
| \.venv |
||||
| _build |
| _build |
||||
| buck-out |
| buck-out |
||||
| build |
| build |
||||
| dist |
| dist |
||||
|
|
||||
# The following are specific to Black, you probably don't want those. |
# The following are specific to Black, you probably don't want those. |
||||
| blib2to3 |
| blib2to3 |
||||
| tests/data |
| tests/data |
||||
| profiling |
| profiling |
||||
)/ |
)/ |
||||
''' |
''' |
||||
|
|
||||
|
|
||||
|
Loading…
Reference in new issue