File: Makefile

package info (click to toggle)
flake8-cognitive-complexity 0.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 116 kB
  • sloc: python: 116; makefile: 7; sh: 5
file content (5 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (2)
1
2
3
4
5
check:
	flake8 .
	mypy .
	python -m pytest --cov=flake8_cognitive_complexity --cov-report=xml
	mdl README.md