@black --check $(black_opts)$(checkfiles)||(echo"Please run 'make style' to auto-fix style issues"&&false)
@pflake8$(checkfiles)
@ruff$(checkfiles)
test:deps
$(py_warn)TEST_DB=sqlite://:memory: py.test
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.