Contributing ============ ``pint-xarray`` is developed on `github `_. Commit message tags ------------------- By default, the upstream dev CI is disabled on pull request and push events. You can override this behavior per commit by adding a [test-upstream] tag to the first line of the commit message. Linters / Autoformatters ------------------------ In order to keep code consistent, we use - `Black `_ for standardized code formatting - `blackdoc `_ for standardized code formatting in documentation - `Flake8 `_ for general code quality - `isort `_ for standardized order in imports. See also `flake8-isort `_.