Skip to content

Commit 7a5dd3a

Browse files
committed
Fix vermin check for new vermin release
1 parent edc6718 commit 7a5dd3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ uninstall:
2929
check:
3030
flake8 libinput-gestures internal internal-test
3131
shellcheck $(SHELLCHECK_OPTS) libinput-gestures-setup list-version-hashes
32-
vermin -i -q -t 3.4 libinput-gestures
33-
vermin -i -q internal internal-test
32+
vermin -i -q -t 3.4 --no-tips libinput-gestures
33+
vermin -i -q --no-tips internal internal-test
3434

3535
doc: $(DOCOUT)
3636

0 commit comments

Comments
 (0)