1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-22 04:25:55 -04:00

Add a config file for vermin

This commit is contained in:
Ivan Habunek 2023-11-18 22:20:06 +01:00
parent 4cd83daf4b
commit 9808784645
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
3 changed files with 6 additions and 2 deletions

View File

@ -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
View File

@ -0,0 +1,4 @@
[vermin]
only_show_violations = yes
show_tips = no
targets = 3.7

View File

@ -10,7 +10,7 @@ publish :
test: test:
pytest -v pytest -v
flake8 flake8
vermin --target=3.7 --no-tips --violations --exclude-regex venv/.* . vermin toot
coverage: coverage:
coverage erase coverage erase