diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 005e579..d87e32c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black - id: black-jupyter @@ -28,7 +28,7 @@ repos: "--append-only", ] - repo: https://github.com/PyCQA/flake8 - rev: "6.1.0" + rev: "7.0.0" hooks: - id: flake8 additional_dependencies: ["flake8-bugbear"] @@ -43,7 +43,7 @@ repos: - id: codespell args: ["-I", "codespell.txt"] - repo: https://github.com/kynan/nbstripout - rev: 0.6.1 + rev: 0.7.1 hooks: - id: nbstripout args: ["--extra-keys", "cell.metadata.pycharm"]