File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,12 @@ nox_tasks
33
44import-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
You can’t perform that action at this time.
0 commit comments