diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b9dd86499..a08475a2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: args: ["--autofix", "--indent=2", "--no-sort-keys"] - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.3.0 hooks: - id: black args: ["--line-length", "100"] @@ -29,7 +29,7 @@ repos: - id: seed-isort-config - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v0.991' + rev: 'v1.4.1' hooks: - id: mypy exclude: tests,pangeo_forge_recipes/recipes @@ -41,6 +41,6 @@ repos: args: ["--profile", "black"] - repo: https://github.com/rstcheck/rstcheck - rev: v6.1.1 + rev: v6.1.2 hooks: - id: rstcheck