-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Per dir config #1988
Per dir config #1988
Conversation
Also added unused method for finding a nearby pylintrc for when we turn on per directory configs.
Also added unused method for finding a nearby pylintrc for when we turn on per directory configs.
… per_dir_config
…at_option method in _ManHelpFormatter class.
…ist comprehension. Add of __get_optstring method in _ManHelpFormatter class that format the option strings including metavar if defined.
Sorry it's taken me so long to look at this. |
ef40ae7
to
3048d07
Compare
@PCManticore i'm really sorry but i had not enough time to work on this since i made this PR. |
No worries @hippo91 I was just being curious where things were at! Don't worry, feel free to pick this up whenever you have time! |
Apologies in advance to hijack this PR for a second. I was working on a branch to integrate Now the question is the status of this PR. If @AWhetter and @hippo91 are still busy at the moment I don't mind helping out and try to first finish up this PR before working on a new PR for those new config file formats. |
Hi @pinealan. If you want to take over this PR, please do! Unfortunately I have not found much time to finish it myself this past few months. |
I've looked at both branches under PyCAQ and hippo. Given that they're fairly out of sync and both would need to rebase on master, I will make a new branch and cherry pick what's necessary. When I've wrapped my head around everything I'll open a new PR for overall refactoring of config. Hopefully that'll cover this PR and tidy things up. |
Thank you @pinealan! |
071dac3
to
10fd567
Compare
Partial work on reintegrating man page generation. #1887.
@AWhetter the work is not finish, but i wanted to have your opinion before finishing it.
I can't reproduce exactly the historical man page because i'm unable to retrieve sections
MASTER
,EXCEPTIONS
,LOGGING
... Instead most of the options are now under OPTIONAL ARGUMENTS section. Are you ok with this?Moreover i think there are problems with some options like
--lists-msgs
which is now waiting for an argument.The CI is failing but i don't suppose it's due to this work.