Skip to content

Commit e54cfa2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.10...v0.14.14) - [github.com/RobertCraigie/pyright-python: v1.1.407 → v1.1.408](RobertCraigie/pyright-python@v1.1.407...v1.1.408) - [github.com/twisted/towncrier: 24.8.0 → 25.8.0](twisted/towncrier@24.8.0...25.8.0)
1 parent 46ca112 commit e54cfa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.14.10
22+
rev: v0.14.14
2323
hooks:
2424
# Run the linter
2525
- id: ruff-check
@@ -28,12 +28,12 @@ repos:
2828
- id: ruff-format
2929

3030
- repo: https://github.com/RobertCraigie/pyright-python
31-
rev: v1.1.407
31+
rev: v1.1.408
3232
hooks:
3333
- id: pyright
3434
additional_dependencies: [types-PyYAML]
3535

3636
- repo: https://github.com/twisted/towncrier
37-
rev: 24.8.0
37+
rev: 25.8.0
3838
hooks:
3939
- id: towncrier-check

0 commit comments

Comments
 (0)