diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b9a0d66e..5742ea93 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: # Autoupdate: Python code - repo: https://github.com/asottile/pyupgrade - rev: v3.15.1 + rev: v3.15.2 hooks: - id: pyupgrade args: [--py39-plus] @@ -28,7 +28,7 @@ repos: # Autoformat: Python code - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black args: [--target-version=py39] @@ -110,7 +110,7 @@ repos: # Lint: Shell scripts - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.6 + rev: v0.10.0.1 hooks: - id: shellcheck args: ["-x"] @@ -137,7 +137,7 @@ repos: # nbQA provides tools from the Python ecosystem like # pyupgrade, isort, black, and flake8, adjusted for notebooks. - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.4 + rev: 1.8.5 hooks: - id: nbqa-pyupgrade args: [--py39-plus]