buildozer/tests
Andre Miras c0ccfda405 🗑️ Linter fixes and README.md update
Linter fixes:
- E123 closing bracket does not match indentation of opening bracket's line
- E125 continuation line with same indent as next logical line
- E231 missing whitespace after ','
- E265 block comment should start with '# '
- E302 expected 2 blank lines, found 1
- E305 expected 2 blank lines after class or function definition, found 1
- E731 do not assign a lambda expression, use a def
- F401 imported but unused
- F821 undefined name
- W605 invalid escape sequence

Also removes a Python 2 reference from the README.md
2020-05-20 22:37:37 +02:00
..
scripts 🗑️ Removes Python 2 constructions 2020-05-18 23:09:51 +02:00
targets 🗑️ Linter fixes and README.md update 2020-05-20 22:37:37 +02:00
__init__.py Introduces CI and tox testing, fixes #679 2019-01-16 23:16:29 +01:00
test_buildozer.py 🗑️ Removes Python 2 constructions 2020-05-18 23:09:51 +02:00