From 5daa36af822df794bbd8dd8346dcb19f31b7138d Mon Sep 17 00:00:00 2001 From: MarcoGorelli Date: Tue, 29 Mar 2022 13:33:14 +0100 Subject: [PATCH 1/2] pre-commit autoupdate --- .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 0a2f3f8f2506d..04e148453387b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: pass_filenames: true require_serial: false - repo: https://github.com/python/black - rev: 22.1.0 + rev: 22.3.0 hooks: - id: black - repo: https://github.com/codespell-project/codespell @@ -33,7 +33,7 @@ repos: exclude: \.txt$ - id: trailing-whitespace - repo: https://github.com/cpplint/cpplint - rev: 1.5.5 + rev: 1.6.0 hooks: - id: cpplint # We don't lint all C files because we don't want to lint any that are built @@ -56,7 +56,7 @@ repos: hooks: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v2.31.0 + rev: v2.31.1 hooks: - id: pyupgrade args: [--py38-plus] From 666eec904e9330695efe520aff88bd094123796f Mon Sep 17 00:00:00 2001 From: MarcoGorelli Date: Tue, 29 Mar 2022 14:29:29 +0100 Subject: [PATCH 2/2] update environment.yml --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 187f666938aeb..0dc9806856585 100644 --- a/environment.yml +++ b/environment.yml @@ -18,7 +18,7 @@ dependencies: - cython>=0.29.24 # code checks - - black=22.1.0 + - black=22.3.0 - cpplint - flake8=4.0.1 - flake8-bugbear=21.3.2 # used by flake8, find likely bugs diff --git a/requirements-dev.txt b/requirements-dev.txt index 3ccedcbad1782..94709171739d2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ python-dateutil>=2.8.1 pytz asv < 0.5.0 cython>=0.29.24 -black==22.1.0 +black==22.3.0 cpplint flake8==4.0.1 flake8-bugbear==21.3.2