Skip to content

Commit

Permalink
chore(deps): Update pre-commit hooks (#1558)
Browse files Browse the repository at this point in the history
Co-authored-by: vrslev <75225148+vrslev@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and vrslev authored Jan 29, 2025
1 parent e941d77 commit 324aa43
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 @@ -14,12 +14,12 @@ repos:
args: [--py37-plus]

- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black

- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort

Expand All @@ -29,7 +29,7 @@ repos:
- id: prettier

- repo: https://github.com/codespell-project/codespell
rev: v2.4.0
rev: v2.4.1
hooks:
- id: codespell
args:
Expand Down

0 comments on commit 324aa43

Please sign in to comment.