move .pylintrc to pyproject
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
[MASTER]
|
|
||||||
ignore=tests,examples
|
|
||||||
|
|
||||||
[MESSAGES_CONTROL]
|
|
||||||
disable=bad-continuation,fixme
|
|
||||||
|
|
||||||
@@ -59,7 +59,7 @@ pytest-xdist = "^2.1.0"
|
|||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 90
|
line-length = 90
|
||||||
include = '\.py'
|
include = '\.py'
|
||||||
target-version = ["py37"]
|
target-version = ["py37", "py38", "py39"]
|
||||||
|
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
@@ -69,7 +69,9 @@ line_length = 90
|
|||||||
multi_line_output = 3
|
multi_line_output = 3
|
||||||
use_parentheses = true
|
use_parentheses = true
|
||||||
|
|
||||||
|
[tool.pylint.master]
|
||||||
|
ignore = "tests,examples"
|
||||||
|
|
||||||
[tool.pylint.messages_control]
|
[tool.pylint.messages_control]
|
||||||
# black is taking care of this
|
# black is taking care of this
|
||||||
disable = "bad-continuation"
|
disable = "bad-continuation,fixme"
|
||||||
|
|||||||
Reference in New Issue
Block a user