Skip to content

Commit

Permalink
[DOP-15993] Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jun 10, 2024
1 parent 1a9ac5b commit 74dd744
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 @@ -77,7 +77,7 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py37-plus, --keep-runtime-typing]
Expand Down Expand Up @@ -107,7 +107,7 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies:
- black==24.3.0
- black==24.4.2

- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
Expand Down

0 comments on commit 74dd744

Please sign in to comment.