File: Makefile

package info (click to toggle)
cognitive-complexity 1.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: python: 376; makefile: 10; sh: 5
file content (10 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
check:
	flake8 .
	mypy .
	make test check_readme

test:
	python -m pytest --cov=cognitive_complexity --cov-report=xml

check_readme:
	mdl README.md