diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c55c860..7722844b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-executables-have-shebangs - id: check-json - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.0 hooks: - id: black files: ^openadmet_models @@ -37,7 +37,7 @@ repos: - --py39-plus - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.12 + rev: v0.15.13 hooks: # Run the linter. - id: ruff-check