summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index a059e9b5b..4d0761b67 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -75,10 +75,8 @@ markers =
benchmark: Baseline of pylint performance, if this regress something serious happened
[isort]
-multi_line_output = 3
-line_length = 88
+profile = black
known_third_party = platformdirs, astroid, sphinx, isort, pytest, mccabe, six, toml
-include_trailing_comma = True
skip_glob = tests/functional/**,tests/input/**,tests/extensions/data/**,tests/regrtest_data/**,tests/data/**,astroid/**,venv/**
src_paths = pylint