Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/commitizen-tools/commitizen: v3.29.0 → v3.30.0](commitizen-tools/commitizen@v3.29.0...v3.30.0)
- [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.13.0](pre-commit/mirrors-mypy@v1.11.1...v1.13.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.0 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.0...v0.7.2)
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 5, 2024
1 parent 8d43ef8 commit b40f4ff
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
@@ -1,25 +1,25 @@
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.29.0
rev: v3.30.0
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1 # Use the sha / tag you want to point at
rev: v1.13.0 # Use the sha / tag you want to point at
hooks:
- id: mypy
# additional_dependencies: [types-all]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.0
rev: v0.7.2
hooks:
# Run the linter.
- id: ruff
args: [ --fix ]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down

0 comments on commit b40f4ff

Please sign in to comment.