56
edits
Changes
From Gramps
Add note that Black formatter checks for code formatting compliance.
pass
</pre>
== Black ==
Gramps CI checks for code formatting compliance using [https://github.com/psf/black Black]. When a PR fails the check, code which requires changes is shown in the Checks tab in the Lint panel. You may update the code manually to make it pass, or integrate Black formatter with your preferred editor to ensure that the check will pass. When using Black locally, use the same version as the CI system to ensure formatting consistency.
== Pylint ==