Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Oct 8, 2024
1 parent e71a850 commit bf12964
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: fix-byte-order-marker
Expand Down Expand Up @@ -40,12 +40,12 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.2.1"
rev: "2.2.4"
hooks:
- id: pyproject-fmt
args: [--max-supported-python=3.13]
- repo: https://github.com/tox-dev/tox-ini-fmt
rev: "1.3.2"
rev: "1.4.1"
hooks:
- id: tox-ini-fmt
- repo: https://github.com/google/yamlfmt
Expand Down Expand Up @@ -83,6 +83,6 @@ repos:
hooks:
- id: docformatter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.6.4"
rev: "v0.6.9"
hooks:
- id: ruff

0 comments on commit bf12964

Please sign in to comment.