Results 45 comments of Carl Crowder

I just found this issue while looking for something else and I just wanted to chime in a bit. Ages ago I wrote [prospector](https://github.com/PyCQA/prospector/blob/master/prospector/blender_combinations.yaml) to wrap around all the various...

I think "For example:" needs 2 colons after to get the code bock to render. Not sure though as I don't use the `..code-block` directive in my stuff.

Possible alternative syntax: ``` custom_settings = EVL( ("LISTEN_PORT", 8080, int), ("OTHER_VAL", "default"), ) ``` Not sure if that is nicer or not, basically just removes lots of `EVL`, but could...

I tried to add it but for whatever reason, when I do, pre-commit still does not see the `pylint-plugin-utils` repository. I'm not sure if it just takes a little while...

@EfraimGENC Can you try this now with the latest `master` branch? I just found a bug elsewhere which I think will fix this one too. Regarding 5.0, that is supported...

Oh, nice catch. I must have forgotten to make the release last time I pushed to PyPI. There's no matching `git tag` either, just an oversight. I'll figure out which...

@jacobtylerwalls Hi there, I'm the one behind pylint-django, I'll look into this. Do you know what specifically changed in your `.pylintrc` which made the problem go away?

Yes sorry, I picked the wrong autocomplete after typing `@j` :-) @jonholdsworth Do you know what specifically changed in your .pylintrc which made the problem go away?

Yes that probably makes more sense now. `pkg_resources` is probably just a hangover from when prospector was written in python2

@sbrunner I just discovered [tyro](https://github.com/brentyi/tyro) and [minterface](https://github.com/CZ-NIC/mininterface/) which might help replacing setoptconf. Just ideas for you. Also [clipstick](https://github.com/sander76/clipstick) and others linked from the tyro README