File: lint

package info (click to toggle)
python-aioesphomeapi 25.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: python: 10,688; sh: 8; makefile: 4
file content (11 lines) | stat: -rwxr-xr-x 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

cd "$(dirname "$0")/.."
set -euxo pipefail

black --safe aioesphomeapi tests
pylint aioesphomeapi
flake8 aioesphomeapi
isort aioesphomeapi tests
mypy aioesphomeapi
pytest tests