Skip to content

Commit

Permalink
Merge branch 'master' into 846-subscribe-static-typing
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Jan 15, 2024
2 parents 10c4ff9 + f9f701f commit 97299d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -20,7 +20,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
rev: v0.1.11
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand Down
3 changes: 1 addition & 2 deletions src/apscheduler/_schedulers/async_.py
Expand Up @@ -525,10 +525,9 @@ async def add_job(
Either the ID of a pre-existing task, or a function/method. If a function is
given, a task will be created with the fully qualified name of the function
as the task ID (unless that task already exists of course).
:param job_executor: name of the job executor to run the job with
:param args: positional arguments to call the target callable with
:param kwargs: keyword arguments to call the target callable with
:param job_executor: name of the job executor to run the task with
:param job_executor: name of the job executor to run the job with
:param result_expiration_time: the minimum time (as seconds, or timedelta) to
keep the result of the job available for fetching (the result won't be
saved at all if that time is 0)
Expand Down

0 comments on commit 97299d1

Please sign in to comment.