Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion material/ML_code_quality/dslinter.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nav_order: 2
# {{page.title}}

This is a basic script to set up ds-linter to enable pylint to find ML-specific code smells.
Use the [sms project]({{"/material/projects/sms-spam/" | absolute_path}}) as a base project.
Use the [sms project]({% link /remla/material/projects/sms-spam/ %}) as a base project.
We assume you already executed the [pylint guide](./pylint).

**Install dslinter.**
Expand Down
2 changes: 1 addition & 1 deletion material/ML_code_quality/pylint.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nav_order: 1
# {{page.title}}

This is a basic script to set up and use pylint.
Use the [sms project]({{"/material/projects/sms-spam/" | absolute_path}}) as a base project.
Use the [sms project]({% link /remla/material/projects/sms-spam/ %}) as a base project.

*Note: do not forget to use a virtual environment, install dependencies, etc.*

Expand Down