We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e248a commit eedc9c0Copy full SHA for eedc9c0
1 file changed
.pre-commit-config.yaml
@@ -13,12 +13,12 @@ repos:
13
- id: absolufy-imports
14
files: ^trane/
15
- repo: https://github.com/asottile/add-trailing-comma
16
- rev: v3.1.0
+ rev: v3.2.0
17
hooks:
18
- id: add-trailing-comma
19
name: Add trailing comma
20
- repo: https://github.com/charliermarsh/ruff-pre-commit
21
- rev: v0.9.5
+ rev: v0.11.11
22
23
- id: ruff
24
types_or: [ python, pyi, jupyter ]
0 commit comments