Skip to content

Commit c838fd0

Browse files
committed
Update ruff version in checkformat script to use test image
1 parent 0cc42d4 commit c838fd0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tasks/checkformat.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash
22

3-
docker run --rm -v "$(pwd)":/app/ ghcr.io/nationalarchives/tna-python-dev:preview checkformat
3+
# 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

Comments
 (0)