Skip to content

Commit 2e741c3

Browse files
camcaswellBluenix2
andauthored
Add clarification about poetry console commands
Co-authored-by: Bluenix <[email protected]>
1 parent e09fade commit 2e741c3

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)