Skip to content

Commit

Permalink
ci(pre-commit.ci): autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.149 → v0.0.254](astral-sh/ruff-pre-commit@v0.0.149...v0.0.254)
- [github.com/psf/black: 22.10.0 → 23.1.0](psf/black@22.10.0...23.1.0)
- [github.com/abravalheri/validate-pyproject: v0.10.1 → v0.12.1](abravalheri/validate-pyproject@v0.10.1...v0.12.1)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.1](pre-commit/mirrors-mypy@v0.991...v1.0.1)
  • Loading branch information
pre-commit-ci[bot] authored Mar 7, 2023
1 parent 7c4cd2f commit ab01c68
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 @@ -20,23 +20,23 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.149
rev: v0.0.254
hooks:
- id: ruff
args: [--fix]

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.1.0
hooks:
- id: black

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.10.1
rev: v0.12.1
hooks:
- id: validate-pyproject

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.0.1
hooks:
- id: mypy
files: "^src/"

0 comments on commit ab01c68

Please sign in to comment.