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/astral-sh/ruff-pre-commit: v0.3.7 → v0.6.9](astral-sh/ruff-pre-commit@v0.3.7...v0.6.9)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.11.2](pre-commit/mirrors-mypy@v1.9.0...v1.11.2)
- [github.com/twisted/towncrier: 23.6.0 → 24.8.0](twisted/towncrier@23.6.0...24.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent f029fbb commit 52bafb8
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 @@ -4,19 +4,19 @@ ci:
autoupdate_schedule: quarterly
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.7
rev: v0.6.9
hooks:
- id: ruff
args: ['--fix']
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -31,6 +31,6 @@ repos:
args:
- --strict
- repo: https://github.com/twisted/towncrier
rev: 23.6.0
rev: 24.8.0
hooks:
- id: towncrier-check

0 comments on commit 52bafb8

Please sign in to comment.