Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.1...v0.1.6)
- [github.com/psf/black-pre-commit-mirror: 23.10.0 → 23.11.0](psf/black-pre-commit-mirror@23.10.0...23.11.0)
- [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.9.0 → v9.10.0](alessandrojcm/commitlint-pre-commit-hook@v9.9.0...v9.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 27, 2023
1 parent 795436a commit 3474658
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 @@ -21,13 +21,13 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
# ruff must before black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.1
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.10.0
rev: 23.11.0
hooks:
- id: black
# # pyright will be performed by `hatch run lint`
Expand All @@ -44,7 +44,7 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.9.0
rev: v9.10.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down

0 comments on commit 3474658

Please sign in to comment.