summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg16
1 files changed, 0 insertions, 16 deletions
diff --git a/setup.cfg b/setup.cfg
deleted file mode 100644
index 843f922..0000000
--- a/setup.cfg
+++ /dev/null
@@ -1,16 +0,0 @@
-[flake8]
-max_line_length = 120
-select = E,F,W,C4,C90
-exclude = __pycache__,.tox,.venv,build,dist
-# Defer these rules to black:
-ignore =
- # whitespace before ':'
- E203
- # missing whitespace around operator
- E225
- # line too long
- E501
- # line break before binary operator
- W503
- # line break after binary operator
- W504