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 4978e24 commit 9c07a58Copy full SHA for 9c07a58
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: trailing-whitespace
20
21
- repo: https://github.com/python-jsonschema/check-jsonschema
22
- rev: 0.22.0
+ rev: 0.23.1
23
hooks:
24
- id: check-github-workflows
25
@@ -36,7 +36,7 @@ repos:
36
- id: black
37
38
- repo: https://github.com/charliermarsh/ruff-pre-commit
39
- rev: v0.0.263
+ rev: v0.0.270
40
41
- id: ruff
42
args: ["--fix"]
pyproject.toml
@@ -117,7 +117,7 @@ dependencies = [
117
"black[jupyter]==23.3.0",
118
"mdformat>0.7",
119
"mdformat-gfm>=0.3.5",
120
- "ruff==0.0.263"
+ "ruff==0.0.270"
121
]
122
detatched = true
123
[tool.hatch.envs.lint.scripts]
0 commit comments