6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 04:09:01 +00:00
tutor/requirements
Régis Behmo 9dd4c26706 Introduce automatic code formatting/linting
Code formatting makes sure that the python code looks decent, but it
does not check for coding errors.
https://black.readthedocs.io/en/stable/

Code linting runs static error detection on the python code, but does
not bother about formatting: https://pylint.readthedocs.io/en/latest/
2019-05-05 12:30:20 +02:00
..
base.in Minimum required click version is 7.0 2019-02-13 17:14:10 +01:00
base.txt Upgrade urllib3 following vulnerability alert 2019-04-20 00:45:48 +02:00
dev.in Introduce automatic code formatting/linting 2019-05-05 12:30:20 +02:00
dev.txt Introduce automatic code formatting/linting 2019-05-05 12:30:20 +02:00
docs.in Simplify docs requirement management 2019-04-20 00:47:20 +02:00
docs.txt Simplify docs requirement management 2019-04-20 00:47:20 +02:00