diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0fee1b90..485306fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,13 +55,13 @@ repos: # Enforce that all noqa annotations always occur with specific codes. - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.8.1" + rev: "v0.8.6" hooks: - id: ruff args: ["--fix", "--show-fixes"] - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade args: ["--py310-plus"] @@ -110,7 +110,7 @@ repos: # temporarily use commit from master branch until the next release # see https://github.com/PyCQA/docformatter/pull/287 - repo: https://github.com/PyCQA/docformatter - rev: 06907d0267368b49b9180eed423fae5697c1e909 + rev: v1.7.5 hooks: - id: docformatter additional_dependencies: [tomli]