From 7e8cc79f6c6795353b05d1c2351016e2c0ad67fa Mon Sep 17 00:00:00 2001 From: Andrew Pinkham Date: Mon, 5 Aug 2024 15:21:36 -0400 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=97=91=20Remove=20Prettier=20from=20p?= =?UTF-8?q?re-commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e07323f..c102a65 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,10 +25,6 @@ repos: args: [--fix=lf] - id: requirements-txt-fixer - id: trailing-whitespace - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.6.2 - hooks: - - id: prettier - repo: https://github.com/pycqa/isort rev: 5.10.1 hooks: From 515b9e731fde535d257c8c8bcdd0201b75f47bc5 Mon Sep 17 00:00:00 2001 From: Andrew Pinkham Date: Mon, 5 Aug 2024 15:26:00 -0400 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9D=97=EF=B8=8F=20Upgrade=20pre-commit?= =?UTF-8?q?=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c102a65..d8aa3f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: # - id: check-hooks-apply # - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.6.0 hooks: - id: check-added-large-files args: [--maxkb=500] @@ -26,15 +26,15 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 7.1.1 hooks: - id: flake8 args: ["--config=.flake8"] @@ -49,12 +49,12 @@ repos: pep8-naming, ] - repo: https://github.com/asottile/pyupgrade - rev: v2.32.1 + rev: v3.17.0 hooks: - id: pyupgrade args: [--py36-plus] - repo: https://github.com/mgedmin/check-manifest - rev: "0.48" + rev: "0.49" hooks: - id: check-manifest args: [--no-build-isolation]