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 a489091 commit 01496faCopy full SHA for 01496fa
.pre-commit-config.yaml
@@ -2,19 +2,19 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v5.0.0
+ rev: v6.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
9
- id: check-added-large-files
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
- rev: v0.12.5
+ rev: v0.12.8
12
13
- id: ruff-check
14
args: [--fix] # optional, to autofix lint errors
15
- id: ruff-format
16
- repo: https://github.com/fsouza/mirrors-pyright
17
- rev: v1.1.403
+ rev: v1.1.275
18
19
- id: pyright
20
- repo: https://github.com/abravalheri/validate-pyproject
0 commit comments