Skip to content

Commit 1d19267

Browse files
committed
poetry: update
Signed-off-by: Attila Szakacs <[email protected]>
1 parent 5c8a929 commit 1d19267

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

poetry.lock

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

syslog_ng_cfg_helper/globals.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
TYPES = (
2+
("nonnegative_float", "<nonnegative-float>"),
23
("nonnegative_integer", "<nonnegative-integer>"),
34
("optional_arrow", "=>"),
45
("python_yesno", "<python-yesno>"),
56
("path", "<path>"),
7+
("positive_float", "<positive-float>"),
68
("positive_integer", "<positive-integer>"),
79
("string", "<string>"),
810
("string_list", "<string-list>"),

0 commit comments

Comments
 (0)