Add pyproject.toml

pull/612/head
Josselin 4 years ago
parent 3f706061e4
commit 023b332690
  1. 7
      pyproject.toml

@ -0,0 +1,7 @@
[tool.black]
target-version = ["py36"]
line-length = 100
[tool.pylint.messages_control]
disable = """
C0116,C0114
"""
Loading…
Cancel
Save