aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps
diff options
context:
space:
mode:
authorGravatar Cam Caswell <[email protected]>2022-04-21 16:44:49 -0400
committerGravatar Cam Caswell <[email protected]>2022-04-21 16:44:49 -0400
commit7a1b43e78a897642fc635e0372bfdcf0041ffa78 (patch)
tree3cf18176594270d543b4eec7b9e739521ce024ec /pydis_site/apps
parentRemove unneeded indentation (diff)
parentAdd clarification about poetry console commands (diff)
Merge branch 'contrib-streamline' of https://github.com/camcaswell/site into contrib-streamline
Diffstat (limited to 'pydis_site/apps')
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/contributing/linting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/linting.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/linting.md
index 48f1cafc..f6f8a5f2 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/linting.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/linting.md
@@ -11,4 +11,4 @@ If the linter complains, the commit is aborted so that you can fix the linting e
That way, you never commit the problematic code in the first place!
Please refer to the project-specific documentation to see how to setup and run those tools.
-In most cases, you can install pre-commit using `poetry run task precommit`, and lint using `poetry run task lint`.
+In most cases, you can install pre-commit using `poetry run task precommit`, and lint using `poetry run task lint` in the console.