diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1f39ce7..d692eacc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: # To get an overview of them all as well as the ones used here, please see # https://github.com/pre-commit/pre-commit-hooks#hooks-available - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: debug-statements @@ -32,8 +32,8 @@ repos: # Black is a code style and formatter # It works on files in-place - - repo: https://github.com/ambv/black - rev: 24.3.0 + - repo: https://github.com/psf/black + rev: 24.4.2 hooks: - id: black @@ -42,7 +42,7 @@ repos: # More information can be found in its documentation: # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.4 + rev: v0.4.2 hooks: - id: ruff # Fix what can be fixed in-place and exit with non-zero status if files were @@ -69,7 +69,7 @@ repos: # The project's documentation can be found at: # https://mypy.readthedocs.io/en/stable/index.html - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.10.0 hooks: - id: mypy