We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3260442 commit 3fe131bCopy full SHA for 3fe131b
.github/workflows/python-package.yml
@@ -35,7 +35,9 @@ jobs:
35
pipenv check \
36
--ignore 51499 \
37
--ignore 52495 \
38
- --ignore 52365
+ --ignore 52365 \
39
+ --ignore 59956 \
40
+ --ignore 58755
41
- name: Lint with flake8
42
run: |
43
# stop the build if there are Python syntax errors or undefined names
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = tconnectsync
3
-version = 0.9.4
+version = 0.9.5
4
author = James Woglom
5
author_email = j@wogloms.net
6
description = Syncs Tandem t:connect pump data to Nightscout for the t:slim X2
0 commit comments