From: Cooper Lees Date: Thu, 1 Apr 2021 23:15:50 +0000 (-0700) Subject: Run lint in latest python + update precommit (#2081) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/201b331e55948d187fc150101bebf5262e160290 Run lint in latest python + update precommit (#2081) - Lets move to latest and greatest of lints --- diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c46042d..2480a5e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,8 +18,6 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 - with: - python-version: 3.7 - name: Install dependencies run: | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48a7429..e461aa3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,13 +13,13 @@ repos: types_or: [python, pyi] - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.4 + 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