Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.263 → v0.0.287](astral-sh/ruff-pre-commit@v0.0.263...v0.0.287)
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.5.1](pre-commit/mirrors-mypy@v1.2.0...v1.5.1)
  • Loading branch information
pre-commit-ci[bot] authored Sep 5, 2023
1 parent 66a8dab commit b3972f3
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 @@ -3,12 +3,12 @@ ci:
default_language_version:
python: python3.8
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.263
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.287
hooks:
- id: ruff
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
pass_filenames: true
Expand All @@ -29,6 +29,6 @@ repos:
- id: rst-backticks

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.2.0' # Use the sha / tag you want to point at
rev: 'v1.5.1' # Use the sha / tag you want to point at
hooks:
- id: mypy

0 comments on commit b3972f3

Please sign in to comment.