issues
search
pylint-dev
/
pylint
It's not just a linter that annoys you!
https://pylint.readthedocs.io/en/latest/
GNU General Public License v2.0
5.33k
stars
1.14k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[pre-commit.ci] pre-commit autoupdate
#10101
pre-commit-ci[bot]
opened
7 hours ago
2
`use-implicit-booleaness-not-len [C1802]` should not be emitted for generators
#10100
dylwil3
opened
8 hours ago
0
Crash in ``consider-using-enumerate`` when using ``len(range())`` and using the index to access an element of a list inside and element of a list
#10099
gerardlaine
opened
22 hours ago
1
[Backport maintenance/3.3.x] Fix `potential-index-error` false positive when iterable contains starred element
#10098
github-actions[bot]
closed
1 day ago
1
Fix `potential-index-error` false positive when iterable contains starred element
#10097
zenlyj
closed
1 day ago
3
pylint complains on import of "_" from ibis
#10096
rhstanton
opened
2 days ago
0
`possibly-used-before-assigment` fails to understand test with immutable `bool`
#10095
lucascolley
closed
2 days ago
2
Fix `invalid-envvar-default` to flag `os.environ.get`
#10094
harupy
opened
3 days ago
2
typing.Annotated should be considered a dangerous default
#10093
lattwood
opened
3 days ago
1
Question: Is there a reason that `invalid-envvar-default` only checks `os.getenv`, not `os.environ.get`
#10092
harupy
opened
3 days ago
2
Class 'str' has no '__value__' member on PEP 695 TypeAliasType
#10091
jesnie
opened
3 days ago
2
py313: AttributeError: 'black.parsing.ASTSafetyError' object has no attribute '__dict__'. Did you mean: '__dir__'?
#10090
ssbarnea
opened
3 days ago
0
Calculate linter.config.jobs in cgroupsv2 environments
#10089
DominicLavery
opened
4 days ago
3
Bump pylint to 3.3.2, update changelog
#10088
Pierre-Sassoulas
opened
5 days ago
2
False positives on container attributes Pydantic v2
#10087
kamichal
opened
6 days ago
0
[pre-commit.ci] pre-commit autoupdate
#10086
pre-commit-ci[bot]
closed
1 week ago
1
Bump codecov/codecov-action from 4 to 5
#10085
dependabot[bot]
closed
1 week ago
2
False negative ``superfluous-parens`` when around two conditional and an ``and``
#10084
bebound
opened
1 week ago
0
[Backport maintenance/3.3.x] Fix source root not recognized
#10083
github-actions[bot]
closed
5 days ago
2
E1136/E1137 false positives
#10082
bje-
opened
1 week ago
1
conditional import X.Y causes false positive possibly-used-before-assignment
#10081
jwilk
opened
1 week ago
0
generator causing false positive using-constant-test
#10080
jwilk
opened
1 week ago
0
Fix RTD links to additional tools in the README
#10079
bnjmnp
closed
1 week ago
6
[pre-commit.ci] pre-commit autoupdate
#10078
pre-commit-ci[bot]
closed
1 week ago
1
Add --max-depth option to control diagram complexity
#10077
Julfried
opened
2 weeks ago
2
Rule E0643 behaves inconsistently when indexing tuples
#10076
jphells
closed
1 day ago
2
Fix `used-before-assignment` false negative for nonlocals
#10075
zenlyj
closed
2 weeks ago
4
E1142 false & missed alarms
#10074
jakkdl
opened
2 weeks ago
0
Verbose summary shows wrong number of skipped files
#10073
sblask
opened
2 weeks ago
2
Try to fix make.bat for Windows 11
#10072
Julfried
closed
2 weeks ago
1
Checker `async.py` couldn't be imported anywhere because it uses reserved word.
#10071
bgb10
closed
2 weeks ago
2
[pre-commit.ci] pre-commit autoupdate
#10070
pre-commit-ci[bot]
closed
3 weeks ago
1
[uba] Fix new false negative from #10034
#10069
jacobtylerwalls
closed
2 weeks ago
0
import-error and no-name-in-module for importing an object defined in a private module in a private package
#10068
vtgn
closed
3 weeks ago
2
Update pytest-cov requirement from ~=5.0 to ~=6.0
#10067
dependabot[bot]
closed
3 weeks ago
2
Update pytest-benchmark requirement from ~=4.0 to ~=5.1
#10066
dependabot[bot]
closed
3 weeks ago
2
`use-implicit-booleaness-not-comparison` should not be offered in N-way comparisons
#10065
stdedos
opened
3 weeks ago
0
Update building docs
#10064
Julfried
closed
3 weeks ago
1
Improve pyreverse documentation
#10063
Julfried
closed
2 weeks ago
5
[used-before-assignment] Extend "same test" exception to named expressions
#10062
jacobtylerwalls
closed
3 weeks ago
4
[used-before-assignment] False positive for "same test" exception when test is a walrus operator
#10061
jacobtylerwalls
closed
3 weeks ago
0
Rename checkers/async.py to async_checker.py to import from another module
#10060
bgb10
closed
3 weeks ago
12
add the option to ignore the length of the comment (C0301: Line too long)
#10059
ruslansenatorov
closed
3 weeks ago
2
Crash ```` (if possible, be more specific about what made pylint crash)
#10058
Lefron31
closed
3 weeks ago
2
Enhanced support for @Property decorator in pyreverse
#10057
Julfried
opened
3 weeks ago
1
Second order inheritance of dataclasses with default values/`init=False` causes `E1120 no-value-for-parameter`
#10056
SebastianGrans
opened
3 weeks ago
0
W0640 cell-var-from-loop false positive in Generator Comprehension of functions
#10055
nhdsd
opened
3 weeks ago
0
Should we remove ``abstract-method``?
#10054
mbyrnepr2
opened
3 weeks ago
0
Fix visit_assign and visit_subscript to handle dictionary assignments
#10053
chitvs
closed
2 weeks ago
4
[consider-using-any-or-all] No suggestion when the loop condition already contain any / all or is 'large'
#10052
Pierre-Sassoulas
opened
3 weeks ago
0
Next