diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 71d91df..6bde215 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: args: ["--profile=black"] - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.8.0 hooks: - id: black args: @@ -23,7 +23,7 @@ repos: types: [python] - repo: https://github.com/asottile/blacken-docs - rev: 1.16.0 + rev: 1.18.0 hooks: - id: blacken-docs additional_dependencies: ["black==24.3.0"] @@ -34,7 +34,7 @@ repos: - id: nbstripout - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.5 + rev: 1.8.7 hooks: - id: nbqa-isort args: ["--profile=black"] @@ -93,7 +93,7 @@ repos: - id: setup-cfg-fmt - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: