Skip to content

Commit 7a1b43e

Browse files
committed
Merge branch 'contrib-streamline' of https://github.com/camcaswell/site into contrib-streamline
2 parents 55ab3e2 + 2e741c3 commit 7a1b43e

File tree

1 file changed

+1
-1
lines changed
  • pydis_site/apps/content/resources/guides/pydis-guides/contributing

1 file changed

+1
-1
lines changed

pydis_site/apps/content/resources/guides/pydis-guides/contributing/linting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ If the linter complains, the commit is aborted so that you can fix the linting e
1111
That way, you never commit the problematic code in the first place!
1212

1313
Please refer to the project-specific documentation to see how to setup and run those tools.
14-
In most cases, you can install pre-commit using `poetry run task precommit`, and lint using `poetry run task lint`.
14+
In most cases, you can install pre-commit using `poetry run task precommit`, and lint using `poetry run task lint` in the console.

0 commit comments

Comments
 (0)