summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorKound <norman.freudenberg@posteo.de>2021-11-18 09:43:58 +0100
committerGitHub <noreply@github.com>2021-11-18 09:43:58 +0100
commit2e7b2c20cb08e739dfcc83c8ae1508a96ee8e04d (patch)
treee74c243bcabc0d2a337010c8221dcd8fd0f6be04 /setup.cfg
parentb91cc8dbb47ce622b73c766b3a53da270bdb24e9 (diff)
downloadpylint-git-2e7b2c20cb08e739dfcc83c8ae1508a96ee8e04d.tar.gz
Use isort's black profile (#5330)
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