diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 586dfd65..b53d407b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.1.0 + rev: v4.3.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,14 +11,14 @@ repos: - id: pretty-format-json args: ["--autofix", "--indent=2", "--no-sort-keys"] -- repo: https://github.com/ambv/black - rev: 22.3.0 +- repo: https://github.com/psf/black + rev: 22.6.0 hooks: - id: black args: ["--line-length", "100"] -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.3 +- repo: https://github.com/PyCQA/flake8 + rev: 4.0.1 hooks: - id: flake8 @@ -28,18 +28,18 @@ repos: - id: seed-isort-config - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v0.931' + rev: 'v0.961' hooks: - id: mypy exclude: tests - repo: https://github.com/pycqa/isort - rev: 5.5.4 + rev: 5.10.1 hooks: - id: isort args: ["--profile", "black"] - repo: https://github.com/myint/rstcheck - rev: 3f92957478422df87bd730abde66f089cc1ee19b + rev: v6.0.0.post1 hooks: - id: rstcheck