mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
6 lines
128 B
Bash
Executable File
6 lines
128 B
Bash
Executable File
#!/usr/bin/env bash
|
|
coverage xml
|
|
diff-cover coverage.xml
|
|
diff-quality --violation=pyflakes
|
|
diff-quality --violation=pycodestyle
|