You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Linting is inconsistent across BrainGlobe and lacks the latest switch to ruff.
Describe the solution you'd like
This issue will be addressed when all BrainGlobe repos follow at least the minimal ruff linting rules of the NIU cookiecutter. Some or all repos may follow additional rules, such a ["D"] to check docstrings.
Starting from an older repo (e.g. brainrender?) with experimentation might help understand which rules would make sense for BrainGlobe.
Ideally, (as a later step) we'd move as much as possible of the linting rules and other pre-commit config to an organisational level, in the .github repository.
Inspiration for this could be gained from https://github.com/UCL-MIRSG/.github/tree/main/precommit.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Linting is inconsistent across BrainGlobe and lacks the latest switch to
ruff
.Describe the solution you'd like
This issue will be addressed when all BrainGlobe repos follow at least the minimal ruff linting rules of the NIU cookiecutter. Some or all repos may follow additional rules, such a
["D"]
to check docstrings.Describe alternatives you've considered
Additional context
Related to #48 and #9.
Starting from an older repo (e.g. brainrender?) with experimentation might help understand which rules would make sense for BrainGlobe.
Ideally, (as a later step) we'd move as much as possible of the linting rules and other pre-commit config to an organisational level, in the
.github
repository.Inspiration for this could be gained from https://github.com/UCL-MIRSG/.github/tree/main/precommit.
The text was updated successfully, but these errors were encountered: