Skip to content

Commit 79d3312

Browse files
authored
Mark python-crontab as completed (#8938)
1 parent 27d4113 commit 79d3312

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Re-export:
2+
crontabs.X_OK

stubs/python-crontab/METADATA.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
version = "2.6.*"
2+
3+
[tool.stubtest]
4+
ignore_missing_stub = false

stubs/python-crontab/cronlog.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ from _typeshed import Self, StrOrBytesPath
22
from codecs import StreamReaderWriter
33
from collections.abc import Generator, Iterator
44
from types import TracebackType
5+
from typing_extensions import Literal
56

7+
PY3: Literal[True]
68
MATCHER: str
79

810
class LogReader:

0 commit comments

Comments
 (0)