Compare commits
2
Commits
63975169c0
...
7a396a88fb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a396a88fb | ||
|
|
238188f4a5 |
@@ -23,6 +23,6 @@ jobs:
|
||||
pip install flake8 mypy pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
- name: PEP8 check
|
||||
run: flake8 ./code --benchmark --exit-zero
|
||||
run: flake8 ./code --benchmark
|
||||
- name: Type check
|
||||
run: mypy ./code
|
||||
Reference in New Issue
Block a user