File: test.sh

package info (click to toggle)
python-aioeafm 1.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,084 kB
  • sloc: python: 108; sh: 14; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#! /bin/sh
set -e
find . -name '*.py' -exec pyupgrade --py36-plus {} +
python -m black tests aioeafm
python -m isort tests aioeafm
python -m black tests aioeafm --check --diff
python -m flake8 tests aioeafm
python -m pylint tests aioeafm
python -m pytest