We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a03c44 commit e8acdcfCopy full SHA for e8acdcf
pyproject.toml
@@ -5,7 +5,9 @@
5
# https://github.com/carlosperate/awesome-pyproject
6
7
[tool.black]
8
+target-version = ['py27','py36', 'py37', 'py38']
9
line-length = 120
10
+include_trailing_comma = false
11
include = '(atlassian|examples|tests)\/.*(\.py|GET|POST)'
12
13
[tool.pylint]
0 commit comments