Run pre-commit during our CI
pre-commit.ci service is failing and it's not like that guy will fix whatever the problem on their end is.
This commit is contained in:
parent
19901b845d
commit
3f18bf6c11
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -48,6 +48,8 @@ jobs:
|
|||
python -mpip install wheel
|
||||
python -mpip install -r requirements-dev.txt
|
||||
|
||||
- name: pre-commit
|
||||
run: pre-commit run --all
|
||||
- name: Check stubs
|
||||
if: (! startsWith(matrix.python-version, 'pypy-'))
|
||||
run: make mypy PYTHON=python
|
||||
|
|
|
|||
Loading…
Reference in a new issue