8000
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 8c5d67e commit e7b9454Copy full SHA for e7b9454
.pre-commit-config.yaml
@@ -35,21 +35,21 @@ repos:
35
36
# Black, the code formatter, natively supports pre-commit
37
- repo: https://github.com/psf/black
38
- rev: 23.1.0
+ rev: 23.3.0
39
hooks:
40
- id: black
41
files: ^(docs)
42
43
# Lints code
44
- repo: https://github.com/charliermarsh/ruff-pre-commit
45
- rev: "v0.0.259"
+ rev: "v0.0.261"
46
47
- id: ruff
48
args: ["--fix", "--show-fixes"]
49
50
# Changes tabs to spaces
51
- repo: https://github.com/Lucas-C/pre-commit-hooks
52
- rev: v1.4.2
+ rev: v1.5.1
53
54
- id: remove-tabs
55
0 commit comments