Global config with "docformatterrc"
See original GitHub issueIt would be great to have a docformatterrc like many other commands similar to this (flake8, autopep8, etc)
Issue Analytics
- State:
- Created 7 years ago
- Comments:5
Top Results From Across the Web
Global config with "docformatterrc" · Issue #10 - GitHub
This would be great, especially for auto-applying docformatter on save when working on multiple projects with different configurations.
Read more >docformatter - Pants build system
The Python docformatter tool (https://github.com/myint/docformatter). ... Config section: [docformatter] ... Arguments to pass directly to docformatter, e.g.
Read more >pydecker | Simple development tool that simplifies a ...
Simple development tool that simplifies a pythonist's daily tasks. · Features · Installation · Global Settings · Extra · Next features · License ......
Read more >docformatter - PyPI
docformatter automatically formats docstrings to follow a subset of the PEP 257 ... Or, if you want to use pyproject.toml to configure docformatter:...
Read more >Docformatter: Formats Docstrings to Follow PEP 257 - Morioh
PyCharm file watcher configurations ... The Global Interpreter Lock (GIL). ... Objects referenced from the global namespaces of Python modules are not ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Or include config in
setup.cfgor similar like other tools.IMO making support for just
pyproject.tomlwould make the most sense. It really is the way to go in the future.