Drop revenants from previously used linters

This commit is contained in:
Andrej730
2026-08-03 12:22:31 +05:00
parent bfd9eeb9a1
commit aaa763ad21
9 changed files with 4 additions and 101 deletions
-5
View File
@@ -370,11 +370,6 @@ test-modal:
test-reregister:
blender --python scripts/reregister_bonsai.py
.PHONY: qa
qa:
black .
pylint ./* --output-format=colorized --disable all --enable E --disable import-error
.PHONY: coverage
coverage:
coverage run --source bonsai.core -m pytest -p no:pytest-blender test/core