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.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.265 → v0.0.281](astral-sh/ruff-pre-commit@v0.0.265...v0.0.281)
  • Loading branch information
pre-commit-ci[bot] authored Aug 1, 2023
1 parent b3ea645 commit 276262e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-added-large-files
- id: debug-statements
- repo: https://github.com/psf/black
rev: "23.3.0"
rev: "23.7.0"
hooks:
- id: black
- repo: local
Expand All @@ -19,8 +19,8 @@ repos:
language: system
entry: mypy
types_or: [python, pyi]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.265'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.281'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 276262e

Please sign in to comment.