Skip to content

Commit a59f060

Browse files
changes in user guide nox-task
1 parent c99630c commit a59f060

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/user_guide/modules/nox_tasks.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ nox_tasks
33

44
import-lint
55
___________
6-
check that you are following a self-imposed architecture within your Python project.
6+
`Import Linter <https://import-linter.readthedocs.io/en/stable/readme.html>`_
7+
allows you to define and enforce rules for the imports within and between Python packages.
78

89
.. important::
910

10-
first configure the ".import_linter_config" file
11-
12-
information about the configuration you find on
11+
First configure the linter in file :code:`.import_linter_config`, see
1312
`import-linter top-level-configuration <https://import-linter.readthedocs.io/en/stable/usage.html#top-level-configuration>`_
14-
and `import-linter contrakt types <https://import-linter.readthedocs.io/en/stable/contract_types.html>`_
13+
and `import-linter contract types <https://import-linter.readthedocs.io/en/stable/contract_types.html>`_
1514

0 commit comments

Comments
 (0)