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/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.2.2 → v0.8.3](astral-sh/ruff-pre-commit@v0.2.2...v0.8.3)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.13.0](pre-commit/mirrors-mypy@v1.8.0...v1.13.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 16, 2024
1 parent 323506c commit e6788bd
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 @@ -2,7 +2,7 @@ ci:
autofix_prs: false
repos:
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
rev: v4.5.0
rev: v5.0.0
hooks:
- id: mixed-line-ending
- id: trailing-whitespace
Expand All @@ -14,18 +14,18 @@ repos:
- id: check-merge-conflict
- id: name-tests-test
- repo: 'https://github.com/codespell-project/codespell'
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
- repo: 'https://github.com/charliermarsh/ruff-pre-commit'
rev: v0.2.2
rev: v0.8.3
hooks:
- id: ruff
args:
- '--fix'
- id: ruff-format
- repo: 'https://github.com/pre-commit/mirrors-mypy'
rev: v1.8.0
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies: []

0 comments on commit e6788bd

Please sign in to comment.