quickfix: pin mypy version to avoid issues with latest release
This commit is contained in:
parent
2237120cd5
commit
0cc99044e7
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
cd backend/
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
pip install -U black pylint mypy
|
||||
pip install -r dev-requirements.txt
|
||||
|
||||
- name: Style Check
|
||||
run: |
|
||||
|
3
backend/dev-requirements.txt
Normal file
3
backend/dev-requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
black
|
||||
pylint
|
||||
mypy==1.10.1
|
Loading…
Reference in New Issue
Block a user