chore(deps): Update pre-commit hooks (#1448)

Co-authored-by: vrslev <75225148+vrslev@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-08-14 11:45:22 +05:30
committed by GitHub
parent 4f91e89503
commit 61ff94de86

View File

@@ -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