diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 01a21e98d0..192e3f21a1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: # Black, the code formatter, natively supports pre-commit - repo: https://github.com/psf/black - rev: "22.1.0" # Keep in sync with blacken-docs + rev: "22.3.0" # Keep in sync with blacken-docs hooks: - id: black @@ -106,7 +106,7 @@ repos: # PyLint has native support - not always usable, but works for us - repo: https://github.com/PyCQA/pylint - rev: "v2.12.2" + rev: "v2.13.2" hooks: - id: pylint files: ^pybind11 @@ -122,7 +122,7 @@ repos: # Check static types with mypy - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v0.941" + rev: "v0.942" hooks: - id: mypy args: [--show-error-codes]