From 03522e47f50edd271a5ca5b6ce2819dfd2a220d4 Mon Sep 17 00:00:00 2001 From: Keewis Date: Sat, 7 Nov 2020 19:38:12 +0100 Subject: [PATCH 1/2] update the pre-commit hook versions --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d091519830..cb4ba8b6841 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ repos: # isort should run before black as black sometimes tweaks the isort output - repo: https://github.com/PyCQA/isort - rev: 5.5.4 + rev: 5.6.4 hooks: - id: isort # https://github.com/python/black#version-control-integration @@ -11,11 +11,11 @@ repos: hooks: - id: black - repo: https://github.com/keewis/blackdoc - rev: v0.2 + rev: v0.3 hooks: - id: blackdoc - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.3 + rev: 3.8.4 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy From 3e0a97ec4bd7fdba05f2116f88a01b0d5afb0760 Mon Sep 17 00:00:00 2001 From: Keewis Date: Sat, 7 Nov 2020 22:20:18 +0100 Subject: [PATCH 2/2] update mypy to match the other ci environments --- ci/requirements/py38.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements/py38.yml b/ci/requirements/py38.yml index b80b4fde6fd..0853aa452f5 100644 --- a/ci/requirements/py38.yml +++ b/ci/requirements/py38.yml @@ -22,7 +22,7 @@ dependencies: - isort - lxml # Optional dep of pydap - matplotlib - - mypy=0.780 # Must match .pre-commit-config.yaml + - mypy=0.782 # Must match .pre-commit-config.yaml - nc-time-axis - netcdf4 - numba