Compare commits

..

No commits in common. "3efaceb8232071ec147df46796b91a90f00e57a8" and "86e1d59b1d5cdf2553d59c10c618b5a7642998fe" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -7,8 +7,8 @@ repos:
name: pytest
entry: python3 -m pytest tests
language: system
types: [python]
pass_filenames: false
always_run: true
- repo: local
hooks:
- id: pylint

View file

@ -66,7 +66,6 @@ then
fi
# Run pre-commit
RES=0
echo "Run pre-commit..."
pre-commit run --all-files
[ $? -ne 0 ] && RES=1