diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e70b0c6..73e8281 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.3.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -9,28 +9,28 @@ repos: - id: check-toml - repo: https://github.com/psf/black - rev: 21.7b0 + rev: 22.10.0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.9.2 + rev: 5.10.1 hooks: - id: isort -- repo: https://github.com/humitos/mirrors-autoflake - rev: v1.3 +- repo: https://github.com/PyCQA/autoflake + rev: v1.7.7 hooks: - id: autoflake args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable'] -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 +- repo: https://github.com/pycqa/flake8 + rev: 5.0.4 hooks: - id: flake8 - repo: https://github.com/sirosen/check-jsonschema - rev: 0.10.2 + rev: 0.19.1 hooks: - id: check-github-workflows - id: check-github-actions