Skip to content

Commit

Permalink
pre-commit autoupdate.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Sep 10, 2023
1 parent aed9dd5 commit 3f93637
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
@@ -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-pre-commit-mirror
rev: "23.7.0"
rev: "23.9.0"
hooks:
- id: black

0 comments on commit 3f93637

Please sign in to comment.