We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c8bb7 commit f124744Copy full SHA for f124744
1 file changed
.pre-commit-config.yaml
@@ -5,19 +5,19 @@ 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.0
+ rev: v0.15.1
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.15.0
+ rev: v2.16.0
17
18
- id: pyproject-fmt
19
- repo: https://github.com/biomejs/pre-commit
20
- rev: v2.3.14
+ rev: v2.3.15
21
22
- id: biome-format
23
- repo: https://github.com/kynan/nbstripout
0 commit comments