Skip to content

Commit c67ef31

Browse files
authored
Fix ruff invocation in latest versions (zhanymkanov#51)
1 parent a8d29c0 commit c67ef31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ It's a popular good practice to use pre-commit hooks, but just using the script
807807
#!/bin/sh -e
808808
set -x
809809

810-
ruff --fix src
810+
ruff check --fix src
811811
ruff format src
812812
```
813813

0 commit comments

Comments
 (0)