diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f9c071..fcd2af8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -35,12 +35,12 @@ repos: - id: rst-directive-colons - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v3.14.0 + rev: v3.15.0 hooks: - id: pyupgrade args: [ --py38-plus ] @@ -54,7 +54,7 @@ repos: # Notebook formatting - repo: https://github.com/nbQA-dev/nbQA - rev: 1.7.0 + rev: 1.7.1 hooks: - id: nbqa-isort additional_dependencies: [ isort ] @@ -75,6 +75,6 @@ repos: args: [ '--futures=true' ] - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.12.1 hooks: - id: black