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 10, 2023
1 parent f5c68be commit d1fd243
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "0.13.0"
rev: "1.1.0"
hooks:
- 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.282
rev: v0.0.287
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: "23.7.0"
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "23.9.0"
hooks:
- id: black

0 comments on commit d1fd243

Please sign in to comment.