Skip to content

Commit

Permalink
[pre-commit.ci] 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/pre-commit/mirrors-mypy: v1.1.1 β†’ v1.5.0](pre-commit/mirrors-mypy@v1.1.1...v1.5.0)
- https://github.com/charliermarsh/ruff-pre-commit β†’ https://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.259 β†’ v0.0.284](astral-sh/ruff-pre-commit@v0.0.259...v0.0.284)
  • Loading branch information
pre-commit-ci[bot] authored and WhyNotHugo committed Aug 15, 2023
1 parent 11eb4d2 commit 789355a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -9,14 +9,14 @@ repos:
- id: check-added-large-files
- id: debug-statements
- repo: https://github.com/psf/black
rev: "23.1.0"
rev: "23.7.0"
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.1.1"
rev: "v1.5.0"
hooks:
- id: mypy
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.259'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.284'
hooks:
- id: ruff

0 comments on commit 789355a

Please sign in to comment.