This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Seven contrib files with Python syntax errors #5443
Labels
Z-Help-Wanted
We know exactly how to fix this issue, and would be grateful for any contribution
z-p3
(Deprecated Label)
flake8 testing of https://github.com/matrix-org/synapse on Python 3.7.1
$ flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics
E901,E999,F821,F822,F823 are the "showstopper" flake8 issues that can halt the runtime with a SyntaxError, NameError, etc. These 5 are different from most other flake8 issues which are merely "style violations" -- useful for readability but they do not effect runtime safety.
name
name
in__all__
The text was updated successfully, but these errors were encountered: