Skip to content

Commit

Permalink
Remove some less important pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
namurphy committed Jul 29, 2024
1 parent f4674ec commit 4b1c303
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,8 @@ repos:
hooks:
- id: check-ast
name: validate Python code
- id: check-merge-conflict
name: check for git merge conflicts
exclude: .*\.rst
- id: check-case-conflict
name: check for filename case conflicts
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-json
- id: check-toml
- id: check-yaml

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.6
Expand All @@ -35,16 +27,6 @@ repos:
hooks:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- id: text-unicode-replacement-char

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
- id: codespell
name: codespell (add false positives to pyproject.toml)
args: [--write-changes]
additional_dependencies:
- tomli

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
Expand Down

0 comments on commit 4b1c303

Please sign in to comment.