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 dbf9f3d commit 35497adCopy full SHA for 35497ad
.pre-commit-config.yaml
@@ -8,20 +8,20 @@ ci:
8
9
repos:
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.4.0
+ rev: v5.0.0
12
hooks:
13
- id: trailing-whitespace
14
- id: end-of-file-fixer
15
- id: check-yaml
16
- id: mixed-line-ending
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.0.289
+ rev: v0.6.9
20
21
- id: ruff
22
args: [--fix]
23
24
- repo: https://github.com/psf/black
25
- rev: 23.9.1
+ rev: 24.10.0
26
27
- id: black
0 commit comments