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 e29d9a0 commit 0280352Copy full SHA for 0280352
.pre-commit-config.yaml
@@ -36,15 +36,15 @@ repos:
36
37
# Autoformat and linting, misc. details
38
- repo: https://github.com/pre-commit/pre-commit-hooks
39
- rev: v5.0.0
+ rev: v6.0.0
40
hooks:
41
- id: end-of-file-fixer
42
- id: requirements-txt-fixer
43
- id: check-case-conflict
44
- id: check-executables-have-shebangs
45
46
- repo: https://github.com/astral-sh/ruff-pre-commit
47
- rev: v0.12.7
+ rev: v0.12.11
48
49
- id: ruff
50
args: ["--fix", "--line-length=120"]
0 commit comments