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/astral-sh/ruff-pre-commit: v0.0.233 → v0.6.3](astral-sh/ruff-pre-commit@v0.0.233...v0.6.3)
- [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2)
- [github.com/twisted/towncrier: 24.7.1 → 24.8.0](twisted/towncrier@24.7.1...24.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 2, 2024
1 parent b8ad06b commit f33909e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# v0.0.233: Last version of ruff which will accept "py36" as target-version
rev: v0.0.233
rev: v0.6.3
hooks:
- id: ruff
args:
Expand All @@ -26,7 +26,7 @@ repos:
#- "--exit-non-zero-on-fix"

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.11.2
hooks:
- id: mypy
exclude: "conftest\\.py$"
Expand All @@ -51,7 +51,7 @@ repos:
- id: markdownlint-fix

- repo: https://github.com/twisted/towncrier
rev: 24.7.1
rev: 24.8.0
hooks:
- id: towncrier-check
files: $changelog\.d/
Expand Down

0 comments on commit f33909e

Please sign in to comment.