Dhruv Manilawala
b97529dd88
Move validate_solutions and add durations flag to pytest.ini ( #3704 )
...
* Move PE validate_solutions to scripts/ directory
* Update pytest.ini file with durations settings
* Remove codespell and autoblack workflow file
* Dependent changes to test config files
* Update pytest.ini
2020-10-24 19:07:33 +05:30
Dhruv
9016fe192f
Fix imports for all namespace packages ( #2506 )
...
* Fix imports as they're namespace packages
* Fix import for scripts/validate_filenames.py
* Fix path in doctest
2020-09-28 23:41:04 +02:00
Dhruv
48357cea5b
Add __init__.py files in all the directories ( #2503 )
2020-09-28 19:42:36 +02:00
Christian Clauss
697495b017
Fix copy / paste oversight ( #2448 )
2020-09-19 07:25:18 +02:00
Christian Clauss
363858ef3b
hyphen_files = [file for file in filepaths if "-" in file] ( #2447 )
...
* hyphen_files = [file for file in filepaths if "-" in file]
* updating DIRECTORY.md
* Rename recursive-quick-sort.py to recursive_quick_sort.py
* updating DIRECTORY.md
* Rename aho-corasick.py to aho_corasick.py
* updating DIRECTORY.md
* Rename polynom-for-points.py to polynom_for_points.py
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-09-19 07:13:10 +02:00
Christian Clauss
5f4da5d616
isort --profile black . ( #2181 )
...
* updating DIRECTORY.md
* isort --profile black .
* Black after
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-07-06 09:44:19 +02:00
Martin Röbke
35319a2a2a
Update build_directory_md.py ( #2066 )
...
Propagate argument `top_dir` to good_file_paths.
Previously this argument did not get passed to the helper function when calling print_directory_md.
2020-06-02 21:14:12 +02:00
matkosoric
7f04e5cd34
contribution guidelines checks ( #1787 )
...
* spelling corrections
* review
* improved documentation, removed redundant variables, added testing
* added type hint
* camel case to snake case
* spelling fix
* review
* python --> Python # it is a brand name, not a snake
* explicit cast to int
* spaces in int list
* "!= None" to "is not None"
* Update comb_sort.py
* various spelling corrections in documentation & several variables naming conventions fix
* + char in file name
* import dependency - bug fix
Co-authored-by: John Law <johnlaw.po@gmail.com>
2020-03-04 13:40:28 +01:00
Ankur Chattopadhyay
a61b05b10c
minor changes in format of DIRECTORY.md ( #1461 )
2019-10-25 19:33:24 +02:00
DanishSheikh1999
13802fcca1
Create greedy.py ( #1359 )
...
* Create greedy.py
* Update greedy.py
* Add a doctest and format with black
* Update build_directory_md.py
2019-10-22 10:55:01 +02:00
William Zhang
9eac17a408
psf/black code formatting ( #1277 )
2019-10-05 10:14:13 +05:00
Jai Kumar Dewani
ab25079e16
Update DIRECTORY ( #1161 )
...
* Update DIRECTORY
* Updated DIRECTORY
* Fixed bug in directory build and re-build the directory.md
* fixed url issue
* fixed indentation in Directory.md
2019-09-06 11:02:37 +02:00
Christian Clauss
a9ecdb33ca
Validate Python filenames ( #1086 )
2019-07-30 15:32:13 +05:30
Christian Clauss
a0817bdcf0
Rewrite build_directory_md.py ( #1076 )
...
* Rewrite build_directory_md.py
* Regenerate DIRECTORY.md
2019-07-28 17:27:23 +02:00
Hector S
d72586c5f4
Updated ~script.py per #978 ( #1013 )
...
* Added print function into matrix_multiplication_addition.py and removed blank space in data_structures/binary tree directory
* Removed .vs/ folder per #893
* Rename matrix_multiplication_addition.py to matrix_operation.py
* Moved and renamed ~script.py to scripts/build_directory_md.py
Updated DIRECTORY.MD file
* Modified .travis.yml per suggestion in #1013
* Fixed typo per suggestions in #1013
2019-07-13 21:50:37 +02:00