mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
dotfiles: update pre-commit config
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user