diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index df6970d67a..c947492400 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,13 +11,11 @@ repos: - id: check-toml - id: check-json - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.2 + rev: v0.12.7 hooks: - - id: ruff + - id: ruff-check args: [--fix] - id: ruff-format - - id: ruff - args: [--select, ISC001, --fix] - repo: https://github.com/woodruffw/zizmor-pre-commit rev: v0.8.0 hooks: diff --git a/pyproject.toml b/pyproject.toml index f6e7bed85e..cf8e0a5d6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -174,7 +174,6 @@ extend-select = [ ] ignore = [ "S311", # We are not using random for cryptographic purposes - "ISC001", "S603", ]