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 0cc42d4 commit c838fd0Copy full SHA for c838fd0
1 file changed
tasks/checkformat.sh
@@ -1,3 +1,4 @@
1
#!/bin/bash
2
3
-docker run --rm -v "$(pwd)":/app/ ghcr.io/nationalarchives/tna-python-dev:preview checkformat
+# TODO: Change ruff version back to preview once the Docker image has been released
4
+docker run --rm -v "$(pwd)":/app/ ghcr.io/nationalarchives/tna-python-dev:ruff checkformat
0 commit comments