Skip to content

Commit

Permalink
add R0917 to pylint disable in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aguena committed Sep 23, 2024
1 parent e788037 commit f0e6d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ line-length = 100

[tool.pylint]
max-line-length = 100
disable = ["R0913"]
disable = ["R0913", "R0917"]
good-names = ["ra", "z", "z1", "z2", "a", "a1", "a2",
"gt", "gx", "mu", "da", "i",
"H0", "Omega_b0", "Omega_dm0", "Omega_k0",
Expand Down

0 comments on commit f0e6d69

Please sign in to comment.