Skip to content

Commit

Permalink
Revert "[pre-commit.ci] pre-commit autoupdate (#479)"
Browse files Browse the repository at this point in the history
This reverts commit 8c49b50.
  • Loading branch information
paddyroddy authored Oct 29, 2024
1 parent b514d7d commit 672e083
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: ^{{cookiecutter.project_slug}}/
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.6.8
hooks:
- id: ruff
args:
Expand All @@ -24,21 +24,21 @@ repos:
hooks:
- id: toml-sort-fix
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.11.2
hooks:
- id: mypy
args:
- --config-file=pyproject.toml
additional_dependencies:
- pytest
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
rev: v3.1.0
hooks:
- id: prettier
args:
- --quote-props=as-needed
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v4.6.0
hooks:
- id: check-case-conflict
- id: check-docstring-first
Expand All @@ -49,7 +49,7 @@ repos:
- --fix=lf
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
rev: 0.29.3
hooks:
# Schemas taken from https://www.schemastore.org/json/
- id: check-jsonschema
Expand Down

0 comments on commit 672e083

Please sign in to comment.