Skip to content

Commit

Permalink
chore(deps): Update pre-commit hooks (#1448)
Browse files Browse the repository at this point in the history
Co-authored-by: vrslev <[email protected]>
  • Loading branch information
github-actions[bot] and vrslev authored Aug 14, 2024
1 parent 4f91e89 commit 61ff94d
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 @@ -8,13 +8,13 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py37-plus]

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black

Expand Down

0 comments on commit 61ff94d

Please sign in to comment.