Skip to content

Commit

Permalink
pre-commit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Sep 16, 2023
1 parent 6bfdf8f commit c0fbe55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ repos:
- id: pyproject-fmt
# Ruff must be run before Black, so Black can reformat fixes made by Ruff
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.287
rev: v0.0.290
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "23.9.0"
rev: "23.9.1"
hooks:
- id: black
args: [--preview]

0 comments on commit c0fbe55

Please sign in to comment.