Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSuperiorStanislav committed Dec 9, 2024
1 parent db54ee4 commit fcc02b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
args: ["--lock"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.8.2
hooks:
- id: ruff
args: [ --fix ]
Expand All @@ -43,7 +43,7 @@ repos:
]

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.15.2
rev: v8.16.1
hooks:
- id: cspell

Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ extend-select = [
"RUF",
]
ignore = [
# https://docs.astral.sh/ruff/rules/missing-type-self
"ANN101",
# https://docs.astral.sh/ruff/rules/missing-type-cls
"ANN102",
# https://docs.astral.sh/ruff/rules/any-type
"ANN401",
# https://docs.astral.sh/ruff/rules/missing-type-kwargs
Expand Down
2 changes: 1 addition & 1 deletion saritasa_invocations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
print_warn,
)

__all__ = (
__all__ = ( # noqa: RUF022
# invocations
"alembic",
"celery",
Expand Down

0 comments on commit fcc02b9

Please sign in to comment.