diff options
author | David Lord <davidism@gmail.com> | 2020-01-29 20:13:47 -0800 |
---|---|---|
committer | David Lord <davidism@gmail.com> | 2020-01-29 22:20:44 -0800 |
commit | 337a79f8caeff25422b28771e851c140d5d744ac (patch) | |
tree | 42bb52efe6a579da35ef8869dc972d56120e9f5d /setup.cfg | |
parent | 89b18c5949ecb6b67badda90f5e01895eabc6aa3 (diff) | |
download | markupsafe-337a79f8caeff25422b28771e851c140d5d744ac.tar.gz |
apply pyupgrade
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |