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 797eed9 commit cf4cc89Copy full SHA for cf4cc89
.pre-commit-config.yaml
@@ -12,20 +12,20 @@ repos:
12
- id: detect-private-key
13
14
# python code formatting/linting
15
- - repo: https://github.com/charliermarsh/ruff-pre-commit
+ - repo: https://github.com/astral-sh/ruff-pre-commit
16
# Ruff version.
17
- rev: "v0.0.275"
+ rev: "v0.0.290"
18
hooks:
19
- id: ruff
20
args: [--fix]
21
- repo: https://github.com/psf/black
22
- rev: 23.3.0
+ rev: 23.9.1
23
24
- id: black
25
args: [--line-length, "100"]
26
# yaml formatting
27
- repo: https://github.com/pre-commit/mirrors-prettier
28
- rev: v3.0.0-alpha.9-for-vscode
+ rev: v3.0.3
29
30
- id: prettier
31
types: [yaml]
0 commit comments