We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f124744 commit 6d83608Copy full SHA for 6d83608
1 file changed
.pre-commit-config.yaml
@@ -5,23 +5,23 @@ repos:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.15.1
+ rev: v0.15.2
9
hooks:
10
- id: ruff-check
11
args: [--fix]
12
13
args: [--preview, --select=CPY]
14
- id: ruff-format
15
- repo: https://github.com/tox-dev/pyproject-fmt
16
- rev: v2.16.0
+ rev: v2.16.2
17
18
- id: pyproject-fmt
19
- repo: https://github.com/biomejs/pre-commit
20
- rev: v2.3.15
+ rev: v2.4.4
21
22
- id: biome-format
23
- repo: https://github.com/kynan/nbstripout
24
- rev: "0.9.0"
+ rev: "0.9.1"
25
26
- id: nbstripout
27
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments