diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 689b1c74..3bca0bf8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,14 +12,14 @@ repos: - id: mixed-line-ending - repo: https://github.com/asottile/pyupgrade - rev: v3.3.0 + rev: v3.3.1 hooks: - id: pyupgrade args: - '--py37-plus' - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 22.12.0 hooks: - id: black-jupyter @@ -34,7 +34,7 @@ repos: - id: flake8 - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.11.4 hooks: - id: isort