Skip to content

Commit

Permalink
pre-commit autoupdate 2023-08-25
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and oz123 committed Aug 25, 2023
1 parent 82d6df0 commit dc54301
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 @@ -18,13 +18,13 @@ repos:
exclude: .patch

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.275
rev: v0.0.285
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black

Expand Down Expand Up @@ -53,6 +53,6 @@ repos:
stages: [manual]

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.13
rev: v0.14
hooks:
- id: validate-pyproject

0 comments on commit dc54301

Please sign in to comment.