X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/33d861371533d64a54af419798f1ddfa692f388c..62402a32618bc62ae90cfcdc3d47c7ad20e60e10:/.pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc95e90..2527c4d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,19 +13,18 @@ repos: types_or: [python, pyi] - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.1 + rev: 3.9.0 hooks: - id: flake8 additional_dependencies: [flake8-bugbear] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.780 + rev: v0.812 hooks: - id: mypy exclude: ^docs/conf.py - - repo: https://github.com/prettier/prettier - rev: 1.19.1 + - repo: https://github.com/pre-commit/mirrors-prettier + rev: v2.2.1 hooks: - id: prettier - args: [--prose-wrap=always, --print-width=88]