Skip to content

Commit

Permalink
chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to …
Browse files Browse the repository at this point in the history
…v0.1.11 (#22)

* chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.11

* get rid of noqa

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bagel897 <[email protected]>
  • Loading branch information
renovate[bot] and bagel897 authored Jan 10, 2024
1 parent 020a3c1 commit c877d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:

- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: "v0.0.292"
rev: "v0.1.11"
hooks:
- id: ruff
# Respect `exclude` and `extend-exclude` settings.
Expand Down
2 changes: 1 addition & 1 deletion src/pytoolconfig/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class _MISSINGTYPE(enum.Enum):


@overload
def field( # noqa: PLR0913
def field(
default: T,
description: str | None = None,
command_line: tuple[str] | None = None,
Expand Down

0 comments on commit c877d19

Please sign in to comment.