Skip to content

Commit

Permalink
Revert "ci(pre-commit.ci): autoupdate (#93)"
Browse files Browse the repository at this point in the history
This reverts commit b21bfba, reversing
changes made to 8e0b9b1.
  • Loading branch information
jdeschamps committed Apr 30, 2024
1 parent 620f114 commit c952f4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ ci:

repos:
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.15
rev: v0.14
hooks:
- id: validate-pyproject

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.4
rev: v0.0.292
hooks:
- id: ruff
args: [--fix, --target-version, py38]

- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.9.1
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
rev: v1.5.1
hooks:
- id: mypy
files: ^src/
Expand Down

0 comments on commit c952f4f

Please sign in to comment.