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 576e34a commit 4372a92Copy full SHA for 4372a92
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: trailing-whitespace
21
22
- repo: https://github.com/python-jsonschema/check-jsonschema
23
- rev: 0.22.0
+ rev: 0.23.1
24
hooks:
25
- id: check-github-workflows
26
@@ -37,7 +37,7 @@ repos:
37
- id: black
38
39
- repo: https://github.com/charliermarsh/ruff-pre-commit
40
- rev: v0.0.263
+ rev: v0.0.270
41
42
- id: ruff
43
args: ["--fix"]
pyproject.toml
@@ -98,7 +98,7 @@ dependencies = [
98
"black==23.3.0",
99
"mdformat>0.7",
100
"mdformat-gfm>=0.3.5",
101
- "ruff==0.0.263"
+ "ruff==0.0.270"
102
]
103
detached = true
104
[tool.hatch.envs.lint.scripts]
0 commit comments