mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 14:41:58 +02:00
Add ruff rule to help migrating to numpy 2.0
This commit is contained in:
parent
cb088359ae
commit
95bb0985e7
@ -65,7 +65,7 @@ docstring-code-format = true
|
||||
docstring-code-line-length = 79
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E4", "E7", "E9", "F", "B", "Q", "I"]
|
||||
select = ["E4", "E7", "E9", "F", "B", "Q", "I", "NPY201"]
|
||||
|
||||
[tool.ruff.lint.pydocstyle]
|
||||
convention = "numpy"
|
||||
|
Loading…
Reference in New Issue
Block a user