summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2023-05-08 11:22:48 -0500
committerJordan Cook <jordan.cook.git@proton.me>2023-05-08 11:32:25 -0500
commit83f7bc77e4daeab70e19e29a1ed1ba4bcabff9e1 (patch)
tree2c265c55225c0ab897da5ad82ad96a0036f2bab4 /setup.cfg
parent3f43383c71df06ceea90299308474c384c7824d5 (diff)
downloadrequests-cache-83f7bc77e4daeab70e19e29a1ed1ba4bcabff9e1.tar.gz
Replace flake8 with ruff
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