Fix ruff invocation in latest versions (#51)

This commit is contained in:
Jan Katins
2024-08-03 21:05:14 +02:00
committed by GitHub
parent a8d29c0c78
commit c67ef31915

View File

@@ -807,7 +807,7 @@ It's a popular good practice to use pre-commit hooks, but just using the script
#!/bin/sh -e #!/bin/sh -e
set -x set -x
ruff --fix src ruff check --fix src
ruff format src ruff format src
``` ```