diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e7ea876..80f9cb0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,12 +2,12 @@ exclude: ^\. repos: - repo: https://github.com/asottile/reorder_python_imports - rev: v1.8.0 + rev: v2.5.0 hooks: - id: reorder-python-imports files: '(\.pyi?|wscript)$' - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.4.0 + rev: v4.0.1 hooks: - id: check-yaml exclude: 'meta\.yaml' @@ -21,32 +21,32 @@ repos: args: [--autofix, --no-sort-keys] - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v1.25.1 + rev: v2.18.2 hooks: - id: pyupgrade args: [ --py36-plus ] - repo: https://github.com/asottile/blacken-docs - rev: v1.3.0 + rev: v1.10.0 hooks: - id: blacken-docs additional_dependencies: [black==19.3b0] files: '(\.md|\.rst)$' - repo: https://github.com/psf/black - rev: 19.10b0 + rev: 21.5b1 hooks: - id: black files: '(\.pyi?|wscript)$' language_version: python3.7 - repo: https://github.com/PyCQA/doc8 - rev: 0.8.1rc2 + rev: 0.9.0a1 hooks: - id: doc8 args: ["--max-line-length=88", "--ignore=D002,D004"] -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.7.9 +- repo: https://github.com/PyCQA/flake8 + rev: 3.9.2 hooks: - id: flake8 files: '(\.py|wscript)$'