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 5400158 commit 1f69682Copy full SHA for 1f69682
.pre-commit-config.yaml
@@ -18,12 +18,12 @@ repos:
18
- id: trailing-whitespace
19
20
- repo: https://github.com/psf/black-pre-commit-mirror
21
- rev: 23.11.0
+ rev: 23.12.1
22
hooks:
23
- id: black
24
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: v0.1.7
+ rev: v0.1.11
27
28
- id: ruff
29
args: [--fix, --show-fixes]
@@ -36,7 +36,7 @@ repos:
36
args: [--py38-plus]
37
38
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
39
- rev: v2.11.0
+ rev: v2.12.0
40
41
- id: pretty-format-toml
42
args: [--autofix]
0 commit comments