Skip to content

Commit

Permalink
pre-commit auto update. Remove isort because it's not a python project
Browse files Browse the repository at this point in the history
  • Loading branch information
TechNickAI committed Jun 4, 2023
1 parent 08c0899 commit 4025bbb
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand All @@ -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

0 comments on commit 4025bbb

Please sign in to comment.