mirror of
https://github.com/ihabunek/toot
synced 2025-02-09 08:38:39 +01:00
Add a config file for vermin
This commit is contained in:
parent
4cd83daf4b
commit
9808784645
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
pytest
|
pytest
|
||||||
- name: Validate minimum required version
|
- name: Validate minimum required version
|
||||||
run: |
|
run: |
|
||||||
vermin --target=3.7 --no-tips .
|
vermin toot
|
||||||
- name: Check style
|
- name: Check style
|
||||||
run: |
|
run: |
|
||||||
flake8
|
flake8
|
||||||
|
4
.vermin
Normal file
4
.vermin
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[vermin]
|
||||||
|
only_show_violations = yes
|
||||||
|
show_tips = no
|
||||||
|
targets = 3.7
|
Loading…
x
Reference in New Issue
Block a user