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
-1
View File
@@ -21,7 +21,6 @@ import inspect
from typing import Optional
# fmt: off
# pylint: skip-file
# This interface class and decorator is magic syntactic sugar to allow concise interface definitions
# If we didn't do this, Python is unnecessarily verbose, which I find distracting. Don't black this file :)
@@ -17,7 +17,6 @@
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
# fmt: off
# pylint: skip-file
import bpy
import ifcopenshell.api
@@ -17,7 +17,6 @@
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
# fmt: off
# pylint: skip-file
from math import pi
from pathlib import Path