summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-01-29 20:13:47 -0800
committerDavid Lord <davidism@gmail.com>2020-01-29 22:20:44 -0800
commit337a79f8caeff25422b28771e851c140d5d744ac (patch)
tree42bb52efe6a579da35ef8869dc972d56120e9f5d /setup.cfg
parent89b18c5949ecb6b67badda90f5e01895eabc6aa3 (diff)
downloadmarkupsafe-337a79f8caeff25422b28771e851c140d5d744ac.tar.gz
apply pyupgrade
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 4b17303..44ee656 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -38,6 +38,3 @@ ignore =
W503
# up to 88 allowed by bugbear B950
max-line-length = 80
-# _compat names and imports will always look bad, ignore warnings
-exclude =
- src/markupsafe/_compat.py