diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 14ed255..0c21e79 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -21,12 +21,12 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black-jupyter @@ -38,7 +38,7 @@ repos: args: ["--write-changes", "--ignore-words-list", "hist,gaus"] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.5 + rev: 1.8.7 hooks: - id: nbqa-pyupgrade additional_dependencies: [pyupgrade==3.14.0]