File: Makefile

package info (click to toggle)
pg-cloudconfig 0.11
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 176 kB
  • sloc: python: 401; makefile: 19; sh: 8
file content (11 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
all: format check

install-tools:
	pip3 install flake8
	pip3 install yapf

check:
	flake8 pg_cloudconfig

format:
	yapf --style pep8 -i -r .