From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Mon, 14 Mar 2022 23:41:46 +0000 (-0400) Subject: Bump mypy, flake8, and pre-commit-hooks in pre-commit (GH-2922) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/9ce3c806e402abdc8a5383df0f0d1f82d930bd2e Bump mypy, flake8, and pre-commit-hooks in pre-commit (GH-2922) --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af3c5c2..b96bc62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,8 +31,8 @@ repos: files: '(CHANGES\.md|the_basics\.md)$' additional_dependencies: *version_check_dependencies - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 + - repo: https://github.com/pycqa/flake8 + rev: 4.0.1 hooks: - id: flake8 additional_dependencies: @@ -41,7 +41,7 @@ repos: - flake8-simplify - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.910-1 + rev: v0.940 hooks: - id: mypy exclude: ^docs/conf.py @@ -60,7 +60,7 @@ repos: exclude: \.github/workflows/diff_shades\.yml - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace