summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-11-04 10:55:16 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-11-04 10:55:16 +0000
commit1b79c258ead08d3473c325bb5f035d6f4e095970 (patch)
treee9f0b7950b2060c6ff5a4b136955cf23418473bb /.flake8
parent07dd0a15334abef6e6eac178b7914e2e2a2bb61e (diff)
downloaddocutils-1b79c258ead08d3473c325bb5f035d6f4e095970.tar.gz
MathML: Use (re)generated version of tex2unichar.py.
Fixup [r9135] by updating the generating script and re-generating the file from the database. Only cosmetic/style changes. No change to the data. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9214 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 2caa6f0e5..7ce8a28c2 100644
--- a/.flake8
+++ b/.flake8
@@ -42,7 +42,7 @@ per-file-ignores =
docutils/utils/math/math2html.py:E241,E501,E731
# generated auxiliary files
docutils/utils/math/unichar2tex.py:E122
- docutils/utils/math/tex2unichar.py:E123,E262,E501
+ docutils/utils/math/tex2unichar.py:E262,E501
# allow aligning values in data-collections
docutils/utils/smartquotes.py:E241
docutils/utils/roman.py:E241,E701