Skip to content

Commit

Permalink
Updated ruff and black
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Jul 14, 2023
1 parent 225c865 commit aa84ce8
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 @@ -16,12 +16,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.277
rev: v0.0.278
hooks:
- id: ruff
args: [--fix, --show-fixes]

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

0 comments on commit aa84ce8

Please sign in to comment.