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 cfd7d0a commit c46080fCopy full SHA for c46080f
.pre-commit-config.yaml
@@ -36,15 +36,15 @@ repos:
36
# stages: [push]
37
38
- repo: https://github.com/pycqa/isort
39
- rev: "6.0.1"
+ rev: "6.1.0"
40
hooks:
41
- id: isort
42
name: isort (python)
43
44
45
- repo: https://github.com/charliermarsh/ruff-pre-commit
46
# Ruff version.
47
- rev: 'v0.13.2'
+ rev: 'v0.13.3'
48
49
- id: ruff
50
- id: ruff-format
0 commit comments