-
Somehow fixme-in-docstring leaked into the 3.3.x branch?
```py
___________________ TestCallbackOptions.test_generate_rcfile ___________________
tmp_path = PosixPath('/tmp/pytest-of-runner/pytest-0/t…
-
```
Hello,
can you add pep257 Python docstring style checker?
http://pypi.python.org/pypi/pep257/
or more info:
https://github.com/GreenSteam/pep257/
Best regards
```
Original issue reported on c…
-
```
Hello,
can you add pep257 Python docstring style checker?
http://pypi.python.org/pypi/pep257/
or more info:
https://github.com/GreenSteam/pep257/
Best regards
```
Original issue reported on c…
-
```
Hello,
can you add pep257 Python docstring style checker?
http://pypi.python.org/pypi/pep257/
or more info:
https://github.com/GreenSteam/pep257/
Best regards
```
Original issue reported on c…
-
```
Hello,
can you add pep257 Python docstring style checker?
http://pypi.python.org/pypi/pep257/
or more info:
https://github.com/GreenSteam/pep257/
Best regards
```
Original issue reported on c…
-
```
Hello,
can you add pep257 Python docstring style checker?
http://pypi.python.org/pypi/pep257/
or more info:
https://github.com/GreenSteam/pep257/
Best regards
```
Original issue reported on c…
-
```
Hello,
can you add pep257 Python docstring style checker?
http://pypi.python.org/pypi/pep257/
or more info:
https://github.com/GreenSteam/pep257/
Best regards
```
Original issue reported on c…
-
Types in the docstring or init of the Dash class should be valid types for the checker.
Right now it has `boolean` instead of `bool`, `string` instead of `str` and an amalgation of types with `or` …
-
pep257 is a static analysis tool for checking compliance with Python PEP 257: http://www.python.org/dev/peps/pep-0257/.
The framework for checking docstring style is flexible, and custom checks can b…
ghost updated
11 years ago
-
I propose to write a little tool to check the documentation of the python source files. Some features which may be interesting:
- list the missing/empty docstrings
- check inconsistencies between the …