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 ed7f9c2 commit 57b11c3Copy full SHA for 57b11c3
.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
@@ -35,7 +35,7 @@ repos:
35
- id: black
36
37
- repo: https://github.com/charliermarsh/ruff-pre-commit
38
- rev: v0.0.263
+ rev: v0.0.270
39
40
- id: ruff
41
args: ["--fix"]
pyproject.toml
@@ -111,7 +111,7 @@ test = "mypy --install-types --non-interactive {args:.}"
111
dependencies = [
112
"black[jupyter]==23.3.0",
113
"mdformat>0.7",
114
- "ruff==0.0.263",
+ "ruff==0.0.270",
115
]
116
[tool.hatch.envs.lint.scripts]
117
style = [
0 commit comments