dotfiles: update pre-commit config

This commit is contained in:
Iván Todorovich
2026-05-20 09:50:40 -03:00
parent 9981e029d4
commit 6d93fbffac
3 changed files with 121 additions and 116 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
run: pre-commit run --all-files --show-diff-on-failure --color=always
- name: Check that all files generated by pre-commit are in git
run: |
newfiles="$(git ls-files --others --exclude-from=.gitignore)"
newfiles="$(git ls-files --others --exclude-from=.gitignore --exclude=.ruff_cache)"
if [ "$newfiles" != "" ] ; then
echo "Please check-in the following files:"
echo "$newfiles"