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.
2 parents 2d36242 + 21566ed commit cce2960Copy full SHA for cce2960
1 file changed
.pre-commit-config.yaml
@@ -15,15 +15,15 @@ repos:
15
args: [--fix, lf]
16
- id: trailing-whitespace
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: "v0.5.5"
+ rev: "v0.5.6"
19
hooks:
20
- id: ruff
21
- repo: https://github.com/PyCQA/isort
22
rev: 5.13.2
23
24
- id: isort
25
- repo: https://github.com/psf/black
26
- rev: 24.4.2
+ rev: 24.8.0
27
28
- name: black
29
id: black
0 commit comments