diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b791b627b..920e0905f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-merge-conflict - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.2 + rev: 0.27.3 hooks: - id: check-github-workflows - repo: https://github.com/asottile/pyupgrade @@ -22,7 +22,7 @@ repos: hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort # explicitly pass settings file so that isort does not try to deduce