mirror of https://github.com/zulip/zulip.git
ec2ab1eb8d
We add a exclude pattern that makes sure we don't catch two edge cases: a variable declaration `const style =` and setting a variable ending in style such as `require_cmd_style =`. We don't add and exclude pattern for let declaration because it will catch lines that modify it later in the code. (Removed other files from exclude list that no longer needed to be excluded from this lint rule.) |
||
---|---|---|
.. | ||
__init__.py | ||
custom_check.py | ||
exclude.py | ||
pep8.py | ||
pyflakes.py |