Skip to content

Commit

Permalink
build: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chemelli74 committed Mar 25, 2024
1 parent 10a7e43 commit a46f537
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ repos:
- --fix
- id: ruff-format
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.18.4
rev: v3.18.4
hooks:
- id: commitizen
Expand All @@ -36,7 +35,6 @@ repos:
- id: check-yaml
- id: detect-private-key
- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
rev: 1.8.0
hooks:
- id: poetry-check
Expand All @@ -47,7 +45,6 @@ repos:
- id: prettier
args: ["--tab-width", "2"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.1
hooks:
- id: pyupgrade
Expand All @@ -57,7 +54,6 @@ repos:
hooks:
- id: codespell
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.9.0
hooks:
- id: mypy
Expand Down

0 comments on commit a46f537

Please sign in to comment.