mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
5 lines
142 B
Bash
Executable File
5 lines
142 B
Bash
Executable File
tox
|
|
coverage xml
|
|
rm -fr pylint.txt
|
|
pylint -d W0312 -d W0212 -d E1101 -d E0202 -d W0102 -d E0102 -f parseable ./requests > pylint.txt || true
|