summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg13
1 files changed, 0 insertions, 13 deletions
diff --git a/setup.cfg b/setup.cfg
index 1e43727..9b492ee 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,16 +13,3 @@ ignore_errors = True
[mypy-tests.dataframe.*]
ignore_errors = False
-
-[autoflake]
-in-place = True
-expand-star-imports = True
-remove-all-unused-imports = True
-ignore-init-module-imports = True
-remove-duplicate-keys = True
-remove-unused-variables = True
-quiet = True
-
-[isort]
-profile=black
-known_first_party=sqlglot