Skip to content

Commit

Permalink
chore(deps): lock pyright version
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Aug 14, 2024
1 parent b9998ab commit 9bb68bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lightbulb/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def crontrigger(tab: str) -> Callable[[TaskExecutionData], float]:
Warning:
If the task execution takes longer than the interval specified by the crontab, the next execution will
take place at the next suitable time after the execution completed. For example, if you specify the task
should run at every 5th minute, but the execution at the 0th minute takes 6 minutes - the task would next
should run at every 5th minute, but the execution at the 0th minute takes 6 minutes - the task would next
be executed at the 10th minute instead of the 5th minute.
Example:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dev = ["nox==2024.4.15"]
]
"dev.format" = ["ruff>=0.5.5, <1"]
"dev.typecheck" = [
"pyright>=1.1.373, <2",
"pyright==1.1.376",
"typing-extensions>=4.12.2, <5",
"types-networkx>=3.2.1.20240703, <4",
"types-polib>=1.2.0.20240327, <2",
Expand Down

0 comments on commit 9bb68bc

Please sign in to comment.