Skip to content

Commit

Permalink
ci(pre-commit.ci): autoupdate (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps authored Nov 7, 2023
2 parents 8e0b9b1 + 97f8289 commit b21bfba
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.14
rev: v0.15
hooks:
- id: validate-pyproject

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

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

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

0 comments on commit b21bfba

Please sign in to comment.