From 4025bbbf4cb5c629667d466cae589168156cd065 Mon Sep 17 00:00:00 2001 From: Nick Sullivan Date: Sun, 4 Jun 2023 08:49:03 -0600 Subject: [PATCH] pre-commit auto update. Remove isort because it's not a python project --- .pre-commit-config.yaml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1047af6..96a72e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks -exclude: .vim/* +exclude: .vim/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks @@ -24,17 +24,17 @@ repos: - id: trailing-whitespace - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.3.1 + rev: v1.5.1 hooks: - id: remove-tabs - repo: https://github.com/sirosen/texthooks - rev: 0.4.0 + rev: 0.5.0 hooks: - id: fix-smartquotes - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.3.0 hooks: - id: black args: [--line-length=120] @@ -44,13 +44,7 @@ repos: hooks: - id: flake8 - - repo: https://github.com/PyCQA/isort - rev: 5.10.1 - hooks: - - id: isort - args: [--profile=black] - - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.4 hooks: - id: codespell