diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ad8e66..bc12e91 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,24 +1,24 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.4.0' + rev: 'v4.5.0' hooks: - id: check-merge-conflict exclude: "rst$" - repo: https://github.com/asottile/yesqa - rev: v1.4.0 + rev: v1.5.0 hooks: - id: yesqa - repo: https://github.com/PyCQA/isort - rev: '5.12.0' + rev: '5.13.2' hooks: - id: isort - repo: https://github.com/psf/black - rev: '23.1.0' + rev: '23.12.1' hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.4.0' + rev: 'v4.5.0' hooks: - id: check-case-conflict - id: check-json @@ -32,29 +32,29 @@ repos: - id: debug-statements # Another entry is required to apply file-contents-sorter to another file - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.4.0' + rev: 'v4.5.0' hooks: - id: file-contents-sorter files: | docs/spelling_wordlist.txt| .gitignore - repo: https://github.com/asottile/pyupgrade - rev: 'v3.3.1' + rev: 'v3.15.0' hooks: - id: pyupgrade args: ['--py36-plus'] - repo: https://github.com/PyCQA/flake8 - rev: '6.0.0' + rev: '6.1.0' hooks: - id: flake8 exclude: "^docs/" - repo: https://github.com/rhysd/actionlint - rev: v1.6.23 + rev: v1.6.26 hooks: - id: actionlint-docker args: ["-ignore", "SC2155:", "-ignore", "SC2086:", "-ignore", "SC1004:"] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.22.0 + rev: 0.27.3 hooks: - id: check-github-actions ci: