diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c7ad4c..bba642d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,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 - id: check-dependabot @@ -19,7 +19,7 @@ repos: - id: flake8 additional_dependencies: ['flake8-bugbear==23.1.20'] - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort - repo: local