-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
After a quick search in the code using the next flake8 command: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics I didn't follow any python3 issue. So, in my opinion openlex might be compatible with py3.
BTW I follow the next issues:
➜ OpenLex git:(master) flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics | grep F632
./modules/html2text.py:181:12: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./modules/html2text.py:181:29: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
./modules/html2text.py:182:20: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
3 F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple)
And
➜ OpenLex git:(master) flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics | grep E999
./documents/pyDoctor.py:46:15: E999 SyntaxError: invalid syntax
1 E999 SyntaxError: invalid syntax
@matiasdemarchi can you fixed it?
cc: @marian-vignau
Juerodriguez
Metadata
Metadata
Assignees
Labels
No labels