diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5895aa502..3b5ca29e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.2 + rev: 0.27.3 hooks: - id: check-github-workflows - id: check-dependabot @@ -19,7 +19,7 @@ repos: - id: pyupgrade args: ["--py36-plus"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.11.0 + rev: 23.12.1 hooks: - id: black - repo: https://github.com/pycqa/flake8 @@ -30,7 +30,7 @@ repos: - 'flake8-bugbear==23.9.16' - 'flake8-typing-as-t==0.0.3' - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/sirosen/slyp