We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d546f9b commit 7df0e9aCopy full SHA for 7df0e9a
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ exclude: ^templates/
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v5.0.0
+ rev: v6.0.0
7
hooks:
8
- id: check-added-large-files
9
- id: fix-byte-order-marker
@@ -80,12 +80,12 @@ repos:
80
- id: update-CITATION.cff
81
- id: update-pyproject.toml
82
- repo: https://github.com/astral-sh/ruff-pre-commit
83
- rev: v0.11.13
+ rev: v0.12.8
84
85
- id: ruff
86
- id: ruff-format
87
- repo: https://github.com/kumaraditya303/mirrors-pyright
88
- rev: v1.1.401
+ rev: v1.1.403
89
90
- id: pyright
91
0 commit comments