Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#268)
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate

updates:

github.com/asottile/pyupgrade: v3.7.0 → v3.9.0
github.com/psf/black: 23.3.0 → 23.7.0
github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.0

Reviewed-by: František Lachman <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jul 11, 2023
2 parents 8c77162 + ee771d2 commit 8b4d02b
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
Expand Up @@ -4,15 +4,15 @@

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.7.0
rev: v3.9.0
hooks:
- id: pyupgrade
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
rev: v3.0.0
hooks:
- id: prettier
exclude: tests/data/.+
Expand Down

0 comments on commit 8b4d02b

Please sign in to comment.