Skip to content

Commit

Permalink
Updates to .pre-commit-config.yaml (#1048)
Browse files Browse the repository at this point in the history
This commit brings the 6.15.z branch in-line with master, resolving
conflicts with cherry-picks.
  • Loading branch information
JacobCallahan authored Dec 22, 2023
1 parent 3103dc1 commit 036504b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.12.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.7
rev: v0.1.8
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 036504b

Please sign in to comment.