Browse Source

small edit pyproject file

master
crunk 11 months ago
parent
commit
eb016d23bb
  1. 3
      pyproject.toml

3
pyproject.toml

@ -1,6 +1,6 @@
[tool.black]
line-length = 79
target-version = ['py37', 'py38', 'py39']
target-version = ['py37','py38','py39']
include = '\.pyi?$'
exclude = '''
/(
@ -21,4 +21,3 @@ exclude = '''
| profiling
)/
'''

Loading…
Cancel
Save