From 2fa5ebce4f462697ac86401b2650797e2797c1cf Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 13 Oct 2021 13:50:13 -0700 Subject: [PATCH 1/4] Update to canonical pre-commit hook URLs. --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17d1c33c9e6..33df4793801 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - - repo: https://github.com/pycqa/isort + - repo: https://github.com/PyCQA/isort rev: 5.6.4 hooks: - id: isort @@ -27,12 +27,12 @@ repos: name: isort-dask-cudf args: ["--settings-path=python/dask_cudf/setup.cfg"] files: python/dask_cudf/.* - - repo: https://github.com/ambv/black + - repo: https://github.com/psf/black rev: 19.10b0 hooks: - id: black files: python/.* - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/PyCQA/flake8 rev: 3.8.3 hooks: - id: flake8 @@ -65,7 +65,7 @@ repos: - id: mypy args: ["--config-file=python/cudf/setup.cfg", "python/cudf/cudf"] pass_filenames: false - - repo: https://github.com/pycqa/pydocstyle + - repo: https://github.com/PyCQA/pydocstyle rev: 6.0.0 hooks: - id: pydocstyle From 248e9aa4ff5392786796b154a6b01d1596a9defe Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 13 Oct 2021 14:09:08 -0700 Subject: [PATCH 2/4] Update pydocstyle hook to 6.1.1. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33df4793801..58f23b1fbab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,7 +66,7 @@ repos: args: ["--config-file=python/cudf/setup.cfg", "python/cudf/cudf"] pass_filenames: false - repo: https://github.com/PyCQA/pydocstyle - rev: 6.0.0 + rev: 6.1.1 hooks: - id: pydocstyle args: ["--config=python/.flake8"] From b508f164181e9b0ae56bdcf880257e0eeac687a1 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 13 Oct 2021 14:10:02 -0700 Subject: [PATCH 3/4] Update isort hook to 5.9.3. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58f23b1fbab..cdf2b6ecf27 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/PyCQA/isort - rev: 5.6.4 + rev: 5.9.3 hooks: - id: isort alias: isort-cudf From 3ff4095ee494675214a13ec06b01199e7e83cb46 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 13 Oct 2021 14:11:14 -0700 Subject: [PATCH 4/4] Update flake8 hook to 4.0.1. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cdf2b6ecf27..a7c5cc847fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - id: black files: python/.* - repo: https://github.com/PyCQA/flake8 - rev: 3.8.3 + rev: 4.0.1 hooks: - id: flake8 alias: flake8