We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5438b commit a71d379Copy full SHA for a71d379
justfile
@@ -111,5 +111,5 @@ connectlogging:
111
112
# Format and lint all files
113
lint:
114
- ruff format .
+ ruff format --check .
115
ruff check .
0 commit comments