Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Aug 19, 2024
1 parent 93ee056 commit cac5963
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 @@ -3,18 +3,18 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.8.0
hooks:
- id: black

- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
rev: 1.18.0
hooks:
- id: blacken-docs
args: [--line-length=120, --target-version=py310]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.6.1
hooks:
- id: ruff
args: [--fix]

0 comments on commit cac5963

Please sign in to comment.