We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be6ca4 commit 47fbbb6Copy full SHA for 47fbbb6
doc/contribute/contributing.rst
@@ -549,8 +549,7 @@ Code Formatting
549
550
xarray uses several tools to ensure a consistent code format throughout the project:
551
552
-- `ruff <https://github.com/astral-sh/ruff>`_ for formatting, code quality checks and standardized order in imports
553
-- `absolufy-imports <https://github.com/MarcoGorelli/absolufy-imports>`_ for absolute instead of relative imports from different files,
+- `ruff <https://github.com/astral-sh/ruff>`_ for formatting, code quality checks and standardized order in imports, and
554
- `mypy <https://mypy-lang.org/>`_ for static type checking on `type hints
555
<https://docs.python.org/3/library/typing.html>`_.
556
0 commit comments