Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Jul 15, 2024
1 parent b7b3432 commit de3aaa2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,8 @@ repos:
rev: v2.2.5
hooks:
- id: codespell
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
- id: black
args: [--config=./pyproject.toml]
- repo: https://github.com/asottile/blacken-docs
rev: 1.15.0
hooks:
- id: blacken-docs
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.1"
hooks:
- id: prettier
exclude: "_templates|.git"
- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: "v0.6.7"
hooks:
- id: sphinx-lint

0 comments on commit de3aaa2

Please sign in to comment.