Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#140)
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.2](astral-sh/ruff-pre-commit@v0.2.2...v0.3.2)

* [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>
  • Loading branch information
pre-commit-ci[bot] committed Mar 13, 2024
1 parent a1e3441 commit 9523936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.2
hooks:
- id: ruff
- id: ruff-format
Expand Down
1 change: 1 addition & 0 deletions src/sphinx_issues/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""A Sphinx extension for linking to your project's issue tracker."""

import importlib.metadata
import re
from typing import Callable, Optional, Tuple
Expand Down

0 comments on commit 9523936

Please sign in to comment.