Add a config file for vermin
This commit is contained in:
parent
4cd83daf4b
commit
9808784645
3 changed files with 6 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
pytest
|
||||
- name: Validate minimum required version
|
||||
run: |
|
||||
vermin --target=3.7 --no-tips .
|
||||
vermin toot
|
||||
- name: Check style
|
||||
run: |
|
||||
flake8
|
||||
|
|
4
.vermin
Normal file
4
.vermin
Normal file
|
@ -0,0 +1,4 @@
|
|||
[vermin]
|
||||
only_show_violations = yes
|
||||
show_tips = no
|
||||
targets = 3.7
|
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ publish :
|
|||
test:
|
||||
pytest -v
|
||||
flake8
|
||||
vermin --target=3.7 --no-tips --violations --exclude-regex venv/.* .
|
||||
vermin toot
|
||||
|
||||
coverage:
|
||||
coverage erase
|
||||
|
|
Loading…
Reference in a new issue