-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Pyreverse output directory #4159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Enhancement ✨
Improvement to a component
Good first issue
Friendly and approachable by new contributors
Help wanted 🙏
Outside help would be appreciated, good for new contributors
pyreverse
Related to pyreverse component
Milestone
Comments
Example use case: It would be easier if we could specify the output path and didn't have to copy every single file into the documentation folder. |
Make sense, thank for opening the issue. |
mbyrnepr2
added a commit
to mbyrnepr2/pylint
that referenced
this issue
Mar 6, 2021
mbyrnepr2
added a commit
to mbyrnepr2/pylint
that referenced
this issue
Mar 6, 2021
4 tasks
mbyrnepr2
added a commit
to mbyrnepr2/pylint
that referenced
this issue
Mar 7, 2021
- Use the formatting of `black` pre-commit hook Issue: pylint-dev#4159
Pierre-Sassoulas
pushed a commit
that referenced
this issue
Mar 7, 2021
Pierre-Sassoulas
pushed a commit
that referenced
this issue
Mar 7, 2021
- Use the formatting of `black` pre-commit hook Issue: #4159
@Pierre-Sassoulas shouldn't be closed this MR? |
Good catch, I thought it was done automatically during merge. |
Pierre-Sassoulas
pushed a commit
that referenced
this issue
Mar 28, 2021
Pierre-Sassoulas
pushed a commit
that referenced
this issue
Mar 28, 2021
- Use the formatting of `black` pre-commit hook Issue: #4159
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Enhancement ✨
Improvement to a component
Good first issue
Friendly and approachable by new contributors
Help wanted 🙏
Outside help would be appreciated, good for new contributors
pyreverse
Related to pyreverse component
Could pyreverse (included with pylint) please have an option to choose an output directory?
I wrote a script that auto-generates UML diagrams for each .py file in my package, but then I have to copy them one by one with shutil.move(), because you don't have an option to specify the output path in pyreverse. (Only the output format).
Also I'm not the only one who needs this feature:
https://stackoverflow.com/questions/48689311/pyreverse-how-to-set-output-directory-for-generated-diagrams
The text was updated successfully, but these errors were encountered: