diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7bc81cab..012c4308 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: "https://github.com/asottile/pyupgrade" - rev: "v3.18.0" + rev: "v3.19.0" hooks: - id: "pyupgrade" name: "Enforce Python 3.7+ idioms" @@ -11,7 +11,7 @@ repos: - "--py37-plus" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.0" + rev: "v0.7.1" hooks: - id: ruff args: ["--fix"] @@ -23,7 +23,7 @@ repos: args: - --ignore-words-list=wronly,afile,assertIn - repo: https://github.com/asottile/blacken-docs - rev: 1.19.0 + rev: 1.19.1 hooks: - id: blacken-docs additional_dependencies: [ black==24.4.2 ] @@ -46,7 +46,7 @@ repos: language: python files: \.py$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.12.1 + rev: v1.13.0 hooks: - id: mypy exclude: (docs|pyfakefs/tests)