From 201b331e55948d187fc150101bebf5262e160290 Mon Sep 17 00:00:00 2001 From: Cooper Lees Date: Thu, 1 Apr 2021 16:15:50 -0700 Subject: [PATCH] Run lint in latest python + update precommit (#2081) - Lets move to latest and greatest of lints --- .github/workflows/lint.yml | 2 -- .pre-commit-config.yaml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.2