Skip to content

Commit 8d79b9e

Browse files
Bump pyright from 1.1.296 to 1.1.298 (#144)
Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.296 to 1.1.298. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.296...v1.1.298) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8df79cc commit 8d79b9e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ git+https://github.com/GoogleGenius/plane
88
hikari-tanchi==1.3.6
99
hikari-tanjun==2.7.0a1
1010
psutil==5.9.4
11-
pyright==1.1.296
11+
pyright==1.1.298
1212
toml==0.10.2
1313
uvloop==0.17.0; sys_platform != "win32"

scripty/functions/helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ async def parse_to_future_datetime(duration: str) -> datetime.datetime | None:
175175
functools.partial(
176176
dateparser.parse,
177177
date_string=duration,
178-
settings={ # type: ignore
178+
settings={
179179
"RETURN_AS_TIMEZONE_AWARE": True,
180180
"PREFER_DATES_FROM": "future",
181181
"STRICT_PARSING": True,
@@ -212,7 +212,7 @@ async def parse_to_timedelta_from_now(duration: str) -> datetime.timedelta | Non
212212
functools.partial(
213213
dateparser.parse,
214214
date_string=duration,
215-
settings={ # type: ignore
215+
settings={
216216
"RETURN_AS_TIMEZONE_AWARE": True,
217217
"PREFER_DATES_FROM": "future",
218218
"STRICT_PARSING": True,

0 commit comments

Comments
 (0)