Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#663)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/tox-dev/tox-ini-fmt: 1.4.1 →
1.5.0](tox-dev/tox-ini-fmt@1.4.1...1.5.0)
- [github.com/psf/black-pre-commit-mirror: 24.10.0 →
25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0)
- [github.com/pycqa/isort: 5.13.2 →
6.0.0](PyCQA/isort@5.13.2...6.0.0)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 6, 2025
1 parent 5f0c644 commit cb882b4
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 @@ -21,7 +21,7 @@ repos:
hooks:
- id: pyproject-fmt
- repo: https://github.com/tox-dev/tox-ini-fmt
rev: 1.4.1
rev: 1.5.0
hooks:
- id: tox-ini-fmt
- repo: https://github.com/rstcheck/rstcheck
Expand All @@ -36,7 +36,7 @@ repos:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/adamchainz/blacken-docs
Expand All @@ -46,7 +46,7 @@ repos:
additional_dependencies:
- black==23.1.0
- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
name: isort (python)
Expand Down

0 comments on commit cb882b4

Please sign in to comment.