Compare commits
No commits in common. "3efaceb8232071ec147df46796b91a90f00e57a8" and "86e1d59b1d5cdf2553d59c10c618b5a7642998fe" have entirely different histories.
3efaceb823
...
86e1d59b1d
2 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,8 @@ repos:
|
||||||
name: pytest
|
name: pytest
|
||||||
entry: python3 -m pytest tests
|
entry: python3 -m pytest tests
|
||||||
language: system
|
language: system
|
||||||
types: [python]
|
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
|
always_run: true
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
- id: pylint
|
- id: pylint
|
||||||
|
|
1
tests.sh
1
tests.sh
|
@ -66,7 +66,6 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run pre-commit
|
# Run pre-commit
|
||||||
RES=0
|
|
||||||
echo "Run pre-commit..."
|
echo "Run pre-commit..."
|
||||||
pre-commit run --all-files
|
pre-commit run --all-files
|
||||||
[ $? -ne 0 ] && RES=1
|
[ $? -ne 0 ] && RES=1
|
||||||
|
|
Loading…
Reference in a new issue