Skip to content
Snippets Groups Projects
Commit 23c63917 authored by Vaclav Sraier's avatar Vaclav Sraier
Browse files

manager: fix bug in ignore pattern for black in pyproject.toml

parent 650579e8
Branches
Tags v5.3.0
1 merge request!1248manager: packaging
......@@ -81,8 +81,10 @@ line-length = 120
target_version = ['py38']
include = '\.py$'
exclude = '''
^/setup.py # Poetry generates it and we want to keep it unchanged
knot_resolver_manager/__main__.py # due to pretty syntax error blocking old versions of python
^/(
setup.py # Poetry generates it and we want to keep it unchanged
| knot_resolver_manager/__main__.py # due to pretty syntax error blocking old versions of python
)
'''
[tool.isort]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment