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.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0)
- [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.9.3](astral-sh/ruff-pre-commit@v0.4.10...v0.9.3)
- [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.14.1](pre-commit/mirrors-mypy@v1.10.0...v1.14.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent d4205af commit a461f49
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 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- 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 Expand Up @@ -42,17 +42,17 @@ repos:
- poetry.lock
- --exclude-files
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.4.10'
rev: 'v0.9.3'
hooks:
- id: ruff
args: [--extend-ignore=D1, --fix]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.14.1
hooks:
- id: mypy
args:
Expand Down

0 comments on commit a461f49

Please sign in to comment.