summaryrefslogtreecommitdiff
path: root/.isort.cfg
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2021-12-14 23:54:58 +0100
committerGitHub <noreply@github.com>2021-12-14 23:54:58 +0100
commit39dc44bfa5fbb9500166b3480295379602e5bbc5 (patch)
treeee785ba8d9e189fb2b1bffda19492414cd7c0d2c /.isort.cfg
parentb490b5d51af6ed29709c357a00fcdb6bda26df78 (diff)
downloadpsutil-39dc44bfa5fbb9500166b3480295379602e5bbc5.tar.gz
Automatically sort imports (isort CLI tool) (#2033)
Diffstat (limited to '.isort.cfg')
-rw-r--r--.isort.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/.isort.cfg b/.isort.cfg
new file mode 100644
index 00000000..58f66946
--- /dev/null
+++ b/.isort.cfg
@@ -0,0 +1,7 @@
+# See: https://pycqa.github.io/isort/docs/configuration/options
+
+[settings]
+# one import per line
+force_single_line = true
+# blank spaces after import section
+lines_after_imports = 2