We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902ac38 commit 6eda68dCopy full SHA for 6eda68d
1 file changed
template/.config/linters/.ruff.toml
@@ -30,7 +30,7 @@ ignore = [
30
"ERA001",
31
"FIX002",
32
"INP001",
33
- "PLR0913",
+ "PLC0415",
34
"PLR2004",
35
"RET504",
36
"S101",
@@ -51,8 +51,6 @@ select = ["ALL"]
51
allow-star-arg-any = true
52
53
[lint.flake8-import-conventions.aliases]
54
-"asyncio.subprocess" = "asp"
55
-"boltons" = "bt"
56
"jax.numpy" = "jnp"
57
"jax.typing" = "jxt"
58
"matplotlib" = "mpl"
@@ -66,7 +64,6 @@ allow-star-arg-any = true
66
64
"seaborn" = "sns"
67
65
"taichi" = "ti"
68
"trimesh" = "tm"
69
-"ubelt" = "ub"
70
71
[lint.pydocstyle]
72
convention = "google"
0 commit comments