diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5527f7bf0..2f659c1e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: check-merge-conflict - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.1 + rev: 0.27.2 hooks: - id: check-github-workflows - id: check-readthedocs @@ -18,7 +18,7 @@ repos: - id: pyupgrade args: ["--py37-plus"] - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black name: "Autoformat python files"