Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#877)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.3](astral-sh/ruff-pre-commit@v0.2.2...v0.3.3)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>
  • Loading branch information
pre-commit-ci[bot] and agronholm authored Mar 24, 2024
1 parent 873ed0d commit f375b67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.3
hooks:
- id: ruff
args: [--fix, --show-fixes]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
additional_dependencies:
Expand Down
1 change: 1 addition & 0 deletions src/apscheduler/_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""This module contains several handy functions primarily meant for internal use."""

from __future__ import annotations

import sys
Expand Down
1 change: 1 addition & 0 deletions src/apscheduler/triggers/cron/expressions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""This module contains the expressions applicable for CronTrigger's fields."""

from __future__ import annotations

import re
Expand Down

0 comments on commit f375b67

Please sign in to comment.