Skip to content

Commit

Permalink
Add ruff details
Browse files Browse the repository at this point in the history
MOAR DOCS
  • Loading branch information
pythoninthegrass committed Aug 18, 2023
1 parent 5f59e41 commit 6347987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Additional tooling includes but is not limited to:
* Usage
```bash
# run linter
ruff check <.|main.py>
ruff check <.|main.py> # `--fix` arg to use a one-liner
# run linter and fix issues
ruff fix .
Expand Down

0 comments on commit 6347987

Please sign in to comment.