Maciej "RooTer" Urbański
Maciej "RooTer" Urbański
In the mean time I'm using following monkey patch: ```python from django_jenkins.tasks import run_pylint class Lint: class Run(run_pylint.lint.Run): def __init__(self, *args, **kwargs): super().__init__(*args, do_exit=kwargs.pop("exit"), **kwargs) run_pylint.lint = Lint ```
Same issue, tape on bottom of board under connectors didn't help. BIQU SKR E3 Mini v1.2 in stock Ender 3
> This idea has been rejected previously: #101 was it really rejected? BTW, this issue also duplicates: #2296 all of which had a lot of support
I find it tremendously useful when a tool has a well known default config filename, since I can quickly see if project is using a particular tool, and what proves...
Whats is wrong with combining the two in single yml? as you can see it is confusing for the users (myself included) and trying to fix that with additional documentation...
Thank you for the review. To clear up any `.bandit` vs YAML config file confusion I will make sure that all `.bandit` options are being supported by YAML config as...
@anka-sirota yes it seems like a common use case, but it very well could be done on parent schema or by subclassing `List` and doing custom `pre_dump` there. All that...
@lafrech another difference to be added to the list https://github.com/marshmallow-code/marshmallow/issues/946
While `raven` declares 3.7 support in `setup.py` it doesn't to be tested against it - there is no mention of 3.7 in `tox.ini` nor `.travis.yml` . The best way to...
https://pythonclock.org/ The `python_requires` should be enough assurance to guarantee whoever still uses Python 2.7 that his/hers application will not be broken by the new SkPy releases. I don't think its...