Skip to main content

ts should run the formatting, not just check it

ID
2e9ef9e
date
2024-06-02 09:10:17+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
66467b5
message
`ts` should run the formatting, not just check it
changed files
1 file, 1 addition, 1 deletion

Changed files

flickr/ts (202) → flickr/ts (194)

diff --git a/flickr/ts b/flickr/ts
index 25859c8..b601de3 100755
--- a/flickr/ts
+++ b/flickr/ts
@@ -6,7 +6,7 @@ set -o nounset
 export FLICKR_API_KEY=$(keyring get flickr_api key)
 
 ruff check .
-ruff format --check .
+ruff format .
 
 mypy src tests