zulip/zerver/lib/bugdown
Anders Kaseorg 037f696d26 Enable pycodestyle W605 (invalid escape sequence).
The only changes visible at the AST level, checked using
https://github.com/asottile/astpretty, are

zerver/lib/test_fixtures.py:
'\x1b\\[(1|0)m' ↦ '\\x1b\\[(1|0)m'
'\\[[X| ]\\] (\\d+_.+)\n' ↦ '\\[[X| ]\\] (\\d+_.+)\\n'

which is fine because re treats '\\x1b' and '\\n' the same way as
'\x1b' and '\n'.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-07-03 16:54:46 +02:00
..
__init__.py Enable pycodestyle W605 (invalid escape sequence). 2018-07-03 16:54:46 +02:00
api_arguments_table_generator.py api docs: Read parameters and response fixtures from OpenAPI files. 2018-05-26 22:49:55 +02:00
api_code_examples.py api docs: Remove unnecessary imports. 2018-06-23 12:42:11 +02:00
fenced_code.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
help_settings_links.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
testing_mocks.py zerver/lib: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
tlds-alpha-by-domain.txt [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00