File: Makefile

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