Skip to content

Commit

Permalink
Add a config file for vermin
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Nov 18, 2023
1 parent 4cd83da commit 9808784
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 4 additions & 0 deletions .vermin
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[vermin]
only_show_violations = yes
show_tips = no
targets = 3.7
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish :
test:
pytest -v
flake8
vermin --target=3.7 --no-tips --violations --exclude-regex venv/.* .
vermin toot

coverage:
coverage erase
Expand Down

0 comments on commit 9808784

Please sign in to comment.