Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.1.0 → 23.7.0](psf/black@23.1.0...23.7.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.0.287](astral-sh/ruff-pre-commit@v0.0.270...v0.0.287)
- [github.com/pre-commit/mirrors-mypy: v0.961 → v1.5.1](pre-commit/mirrors-mypy@v0.961...v1.5.1)
  • Loading branch information
pre-commit-ci[bot] committed Sep 4, 2023
1 parent 50c49f1 commit 3cefbdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -17,18 +17,18 @@ repos:
exclude: .patch

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

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.270
rev: v0.0.287
hooks:
- id: ruff

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
rev: v1.5.1
hooks:
- id: mypy
exclude: tests/data
Expand Down

0 comments on commit 3cefbdd

Please sign in to comment.