summaryrefslogtreecommitdiff
path: root/networkx/algorithms/community/lukes.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (#6620)Harri Nieminen2023-04-041-2/+2
* Update pre-commit (#6545)Jarrod Millman2023-03-231-1/+1
* Lint using Ruff (#6371)danieleades2023-02-191-3/+3
* Update developer requirements (#6429)Jarrod Millman2023-02-141-2/+0
* Add Mypy type checking infrastructure (#5127)Ross Barnowski2021-11-171-7/+7
* Drop Py37 (#5143)Jarrod Millman2021-10-231-3/+3
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-1/+1
* Format w/ blackJarrod Millman2020-07-101-21/+19
* Update string formatJarrod Millman2020-01-011-2/+1
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-3/+0
* Lukes algorithm implementation (#3666)Federico Rosato2019-10-291-0/+234