diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa6241b..3aad4dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 ] @@ -43,7 +43,7 @@ repos: ] - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.15.2 + rev: v8.16.1 hooks: - id: cspell diff --git a/pyproject.toml b/pyproject.toml index e4bdd9d..7135b35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/saritasa_invocations/__init__.py b/saritasa_invocations/__init__.py index e2cf6ec..b7e6e4d 100644 --- a/saritasa_invocations/__init__.py +++ b/saritasa_invocations/__init__.py @@ -47,7 +47,7 @@ print_warn, ) -__all__ = ( +__all__ = ( # noqa: RUF022 # invocations "alembic", "celery",