mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-11 01:58:12 -05:00
* add normal vector calculation routine. * add normal vector calculation routine. * add normal vector estimation * fix unittests in not matplotlib frontend * fix lint ci * add ransac based normal distribution estimation * add normal_vector_estimation_main.rst * normal_vector_estimation_main.rst を更新 * update normal_vector_estimation_main.rst * update normal_vector_estimation_main.rst * normal_vector_estimation_main.rst * normal_vector_estimation_main.rst を更新 * add normal_vector_estimation_main.rst * add normal_vector_estimation_main.rst * add normal_vector_estimation_main.rst * add normal_vector_estimation_main.rst * add normal_vector_estimation_main.rst * add normal_vector_estimation_main.rst * add normal_vector_estimation_main.rst * add normal_vector_estimation_main.rst * add normal_vector_estimation_main.rst
18 lines
282 B
TOML
18 lines
282 B
TOML
line-length = 88
|
|
|
|
select = ["F", "E", "W", "UP"]
|
|
ignore = ["E501", "E741", "E402"]
|
|
exclude = [
|
|
]
|
|
|
|
# Assume Python 3.11
|
|
target-version = "py311"
|
|
|
|
[per-file-ignores]
|
|
|
|
[mccabe]
|
|
# Unlike Flake8, default to a complexity level of 10.
|
|
max-complexity = 10
|
|
|
|
[pydocstyle]
|
|
convention = "numpy" |