diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 660ff40..47f1a49 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -22,7 +22,7 @@ repos: - id: detect-private-key - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.4.2 hooks: - id: black name: "Black: The uncompromising Python code formatter" @@ -35,7 +35,7 @@ repos: args: [ "--profile black" ] - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: @@ -45,13 +45,13 @@ repos: - "*.bib,*.ipynb" - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.16.0 hooks: - id: pyupgrade args: [ --py36-plus ] - repo: https://github.com/PyCQA/bandit - rev: 1.7.6 + rev: 1.7.9 hooks: - id: bandit language_version: python3 @@ -70,7 +70,7 @@ repos: pass_filenames: false - repo: https://github.com/kynan/nbstripout - rev: 0.6.1 + rev: 0.7.1 hooks: - id: nbstripout args: [ "max-size 100k" ]