diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ee61e1f..8b685451 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,12 +19,12 @@ repos: - id: trailing-whitespace - repo: https://github.com/PyCQA/isort - rev: 5.9.2 + rev: 5.9.3 hooks: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v2.23.0 + rev: v2.23.1 hooks: - id: pyupgrade args: [--py37-plus] @@ -36,7 +36,7 @@ repos: # Notebook formatting - repo: https://github.com/nbQA-dev/nbQA - rev: 1.0.0 + rev: 1.1.0 hooks: - id: nbqa-black additional_dependencies: [black==20.8b1]