Pierre Sassoulas

Results 62 issues of Pierre Sassoulas

This pull request is almost certainly not working, but its a "POC" of what we could do to use our two projects together. As I focused on the back end...

Thank you for your work on winmerge, I'm a long time user, for longer than I've been able to develop myself actually. When diffing a git repository right now there's...

### Current problem For ```python result = '' for number in ['1', '2', '3']: result += number # [consider-using-join] ``` Where the final result would be ``"".join(['1', '2', '3'])`` we...

Enhancement ✨
Help wanted πŸ™
Good first issue
High effort πŸ‹
Hacktoberfest
Needs PR

### Bug description Noticed that with pyupgrade making a new message appear : ```python class ClassDiadefGenerator(DiaDefGenerator): def __init__(self, linker, handler): DiaDefGenerator.__init__(self, linker, handler) # no useless-super-delegation # super().__init__(linker, handler) #...

Bug :beetle:
Help wanted πŸ™
Good first issue
False Negative πŸ¦‹
Hacktoberfest
Needs PR

Github actions can be defined from the repository. GitHub Action allows repo maintainers to quickly add automated pylint testing on all pull requests submitted to their repos. This will focus...

Enhancement ✨
Help wanted πŸ™
Good first issue
Hacktoberfest
Needs PR

Hello, Thank you for working on Sphinx, I used this lib heavily for years. I removed a file during the sphinx run and got the following crash: ```python Traceback (most...

enhancement

## Description ## Type of Changes | | Type | | --- | ---------------------- | | βœ“ | :scroll: Docs | ## Related Issue Some results are not correct, this...

Documentation :green_book:
Maintenance

## Description Follow-up to #1792 ## Type of Changes | | Type | | --- | ---------------------- | | βœ“ | :scroll: Docs |

Maintenance

Possibly related to #2688: the same `no-member` behavior occurs when attempting to access `_asdict`, which is a valid `NamedTuple` method, in a subclass of `NamedTuple`: ```python from typing import NamedTuple...

False Positive 🦟
Needs PR

I’m a little unclear on how to disable the message for select occurrences, while keeping the option enabled in general. [The docs](https://pylint.pycqa.org/en/latest/user_guide/messages/refactor/duplicate-code.html) don’t mention that detail either. For example, suppose...

Documentation :green_book:
Needs PR