diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 974c5a7d..d0b722df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: check-merge-conflict exclude: "rst$" - repo: https://github.com/asottile/yesqa - rev: v1.3.0 + rev: v1.4.0 hooks: - id: yesqa - repo: https://github.com/sondrelg/pep585-upgrade @@ -15,7 +15,7 @@ repos: args: - --futures=true - repo: https://github.com/Zac-HD/shed - rev: 0.10.1 + rev: 0.10.7 hooks: - id: shed args: @@ -26,7 +26,7 @@ repos: - markdown - rst - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 5.0.4 hooks: - id: flake8 - repo: https://github.com/pre-commit/pre-commit-hooks @@ -62,7 +62,7 @@ repos: # - -ignore # - 'SC1004:' - repo: https://github.com/sirosen/check-jsonschema - rev: 0.17.1 + rev: 0.19.1 hooks: - id: check-github-actions - id: check-github-workflows