diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 97f40d61..792fbef9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: detect-private-key - id: forbid-submodules - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.10 + rev: v0.11.0 hooks: - id: ruff args: [ --fix ] diff --git a/pyproject.toml b/pyproject.toml index 1db6d07e..127a8066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ gitpython = "^3.1.43" setuptools = ">=69.5.1,<76.0.0" [tool.poetry.group.dev.dependencies] -ruff = "^0.9.10" +ruff = "^0.11.0" [build-system] requires = ["poetry-core>=1.0.0"]