This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
python-dependency-injector
mirror of
https://github.com/ets-labs/python-dependency-injector.git
Watch
1
Star
1
Fork
You've already forked python-dependency-injector
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2ce307a6e9
python-dependency-injector
/
examples
/
.pydocstylerc
3 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Selector provider (#258) * Add Selector provider * Add Selector provider example * Add tests for selector provider * Update changelog * Add pydocstyle ignore D101 for examples * Fix repr() test * Update changelog * Add D203,D213 to examples pydocstyle ignore * Add selector provider docs
2020-06-29 20:32:12 +00:00
[pydocstyle]
Movie lister example rework (#280) * Rework movie lister example app * Code style fix * Doc block fix * Update the container * Make second round of the refactoring * Rename name to title * Remove old movie lister docs from the examples * Add fixtures generator output on success * Update docblock in the entities module * Update example readme * Add CLI app tutorial * Update some wording in the other tutorials * Spread link to the tutorial * Fix code indentation issue
2020-08-12 21:04:46 +00:00
ignore = D100,D101,D102,D103,D105,D107,D203,D213