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.282](astral-sh/ruff-pre-commit@v0.0.270...v0.0.282)
- [github.com/pre-commit/mirrors-mypy: v0.961 → v1.4.1](pre-commit/mirrors-mypy@v0.961...v1.4.1)
  • Loading branch information
pre-commit-ci[bot] committed Aug 7, 2023
1 parent 901db9c commit ff11f90
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.282
hooks:
- id: ruff

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

0 comments on commit ff11f90

Please sign in to comment.