Skip to content

Commit 47fbbb6

Browse files
DOC: Remove reference to absolufy (#10290)
1 parent 4be6ca4 commit 47fbbb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/contribute/contributing.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,8 +549,7 @@ Code Formatting
549549

550550
xarray uses several tools to ensure a consistent code format throughout the project:
551551

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,
552+
- `ruff <https://github.com/astral-sh/ruff>`_ for formatting, code quality checks and standardized order in imports, and
554553
- `mypy <https://mypy-lang.org/>`_ for static type checking on `type hints
555554
<https://docs.python.org/3/library/typing.html>`_.
556555

0 commit comments

Comments
 (0)