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 d711fbc commit 77a45feCopy full SHA for 77a45fe
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.13.2"
+ rev: "v0.13.3"
4
hooks:
5
- id: ruff-check
6
args: ["--fix"]
@@ -48,7 +48,7 @@ repos:
48
# on <3.11
49
- exceptiongroup>=1.0.0rc8
50
- repo: https://github.com/RobertCraigie/pyright-python
51
- rev: v1.1.405
+ rev: v1.1.406
52
53
- id: pyright
54
files: ^(src/|scripts/)
@@ -66,7 +66,7 @@ repos:
66
# Manual because passing pyright is a work in progress.
67
stages: [manual]
68
- repo: https://github.com/tox-dev/pyproject-fmt
69
- rev: "v2.6.0"
+ rev: "v2.7.0"
70
71
- id: pyproject-fmt
72
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
0 commit comments