We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0561adf commit ef9280dCopy full SHA for ef9280d
justfile
@@ -9,3 +9,7 @@ master-pull:
9
10
clear-env:
11
rm -rf {{justfile_directory()}}/.venv
12
+
13
+check:
14
+ poetry run ruff check {{justfile_directory()}}/sshgen
15
+ poetry run ruff format {{justfile_directory()}}/sshgen
0 commit comments