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 510ca5d commit c24a9d8Copy full SHA for c24a9d8
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: black
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
# Ruff version.
21
- rev: v0.1.13
+ rev: v0.2.1
22
hooks:
23
# Run the linter.
24
- id: ruff
pyproject.toml
@@ -30,6 +30,9 @@ exclude = [
30
"versioneer.py",
31
"fsspec/_version",
32
]
33
+line-length = 88
34
+
35
+[tool.ruff.lint]
36
select = [
37
# fix noqas in fsspec/implementations/http.py
38
"ASYNC",
@@ -56,7 +59,6 @@ select = [
56
59
"SLOT",
57
60
"SIM101",
58
61
-line-length = 88
62
ignore = [
63
# Assigning lambda expression
64
"E731",
0 commit comments