-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Insights: pylint-dev/pylint
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v3.3.4 3.3.4
published
Jan 28, 2025
20 Pull requests merged by 12 people
-
Merge back maintenance following 3.3.4 release
#10206 merged
Jan 28, 2025 -
Release branch 3.3.4
#10205 merged
Jan 28, 2025 -
[isort] Permit to use isort 6
#10204 merged
Jan 28, 2025 -
[pre-commit.ci] pre-commit autoupdate
#10202 merged
Jan 28, 2025 -
[Backport maintenance/3.3.x] Calculate linter.config.jobs in cgroupsv2 environments
#10169 merged
Jan 25, 2025 -
Add --max-depth option to control diagram complexity
#10077 merged
Jan 24, 2025 -
[pre-commit.ci] pre-commit autoupdate
#10196 merged
Jan 21, 2025 -
Issue 1554: add progress reporting
#10178 merged
Jan 17, 2025 -
[pre-commit.ci] pre-commit autoupdate
#10184 merged
Jan 14, 2025 -
Add docs FAQ entry on domain name distinctions (
pylint dot org
vs pylint.readthedocs.io)#10177 merged
Jan 13, 2025 -
Bump types-setuptools from 75.6.0.20241223 to 75.8.0.20250110
#10183 merged
Jan 13, 2025 -
Bump actions/upload-artifact from 4.5.0 to 4.6.0
#10182 merged
Jan 13, 2025 -
Mention that unused-import skips __init__.py files
#10179 merged
Jan 13, 2025 -
[Backport maintenance/3.3.x] fix "skipped files" count calculation
#10175 merged
Jan 11, 2025 -
fix "skipped files" count calculation
#10141 merged
Jan 11, 2025 -
🧪 Add a test for implicit ns src root lookup
#10171 merged
Jan 8, 2025 -
Calculate linter.config.jobs in cgroupsv2 environments
#10089 merged
Jan 7, 2025 -
[pre-commit.ci] pre-commit autoupdate
#10168 merged
Jan 7, 2025 -
Extend documentation for
redefined-builtin
#10167 merged
Jan 4, 2025 -
Upgrade pre-commit tools and fix existing issue
#10165 merged
Jan 3, 2025
5 Pull requests opened by 5 people
-
Incorrect scenario of unidiomatic-typecheck #10161
#10170 opened
Jan 7, 2025 -
Add new check: unguarded-typing-import
#10176 opened
Jan 11, 2025 -
Issue 9519 super init with non self arg
#10190 opened
Jan 17, 2025 -
Refactor depth filtering logic
#10200 opened
Jan 26, 2025 -
Fix a false positive for ``invalid-getnewargs-ex-returned``
#10209 opened
Jan 29, 2025
22 Issues closed by 5 people
-
Pyreverse: Incorrect handling of implicit Namespaces (PEP 420)
#10173 closed
Jan 29, 2025 -
pylint does not work with isort >= 6
#10203 closed
Jan 28, 2025 -
pylint finding W101 error on commented out code
#10198 closed
Jan 25, 2025 -
two possible bugs of pylint examining comments when it should not
#10197 closed
Jan 25, 2025 -
set depth in pyreverse
#9233 closed
Jan 24, 2025 -
Allow the possibility to assign None to a typed variable without raising warnings
#10194 closed
Jan 21, 2025 -
Global bugs in OOP model / abstract method analyzing
#10191 closed
Jan 18, 2025 -
Print the filepaths of checked files when the verbose option is activated
#9357 closed
Jan 17, 2025 -
Add an option to generate progress output
#1554 closed
Jan 17, 2025 -
Pylint dot org - Add a notice in README to clarify that this website is defunct
#8934 closed
Jan 13, 2025 -
No warning for unused import in `__init__.py`
#10162 closed
Jan 13, 2025 -
Verbose summary shows wrong number of skipped files
#10073 closed
Jan 11, 2025 -
Crash ``enum_def unexpectedly None`` (if possible, be more specific about what made pylint crash)
#10174 closed
Jan 10, 2025 -
New check: Simplify boolean returns
#7787 closed
Jan 7, 2025 -
New check: mixed-boolean-operators
#2339 closed
Jan 7, 2025 -
Don't count `type: ignore` pragmas towards `line-too-long`
#8378 closed
Jan 7, 2025 -
Crashes in containers on Cgroupsv2 based hosts
#10103 closed
Jan 7, 2025 -
New check: variable used only for type checking
#8111 closed
Jan 6, 2025 -
Option allowed-redefined-builtins has no effect
#10160 closed
Jan 4, 2025 -
PyLint does not recognize inherited member of a class and falsely reports no-member
#10163 closed
Jan 2, 2025 -
dummy-variables-rgx does not ignore E0602 when its for undefined-variable
#9156 closed
Jan 1, 2025
16 Issues opened by 15 people
-
False positive for invalid-getnewargs-ex-returned
#10208 opened
Jan 29, 2025 -
AttributeError: module 'collections' has no attribute 'MutableSet'
#10207 opened
Jan 28, 2025 -
Inconsistent block starting line behaviour for classes
#10199 opened
Jan 22, 2025 -
False positive `used-before-assignment`
#10195 opened
Jan 20, 2025 -
Abstract OOP class / method inheritance / analyzing misbehaving
#10192 opened
Jan 18, 2025 -
When using camel case, private methods with two leading underscores raise invalid-name
#10189 opened
Jan 17, 2025 -
Not posible to disable `unknown-option-value`
#10188 opened
Jan 17, 2025 -
Spellchecker doesn't ignore labels and types in autodoc docstrings
#10187 opened
Jan 16, 2025 -
False positive with `arguments-differ` rule in overridden overloaded methods in subclass
#10186 opened
Jan 16, 2025 -
Pylint crash when importing `pyarrow.flight`
#10181 opened
Jan 12, 2025 -
Instance of 'DatetimeIndex' has no 'to_pydatetime' member Pylint (E1101:no-member)
#10166 opened
Jan 3, 2025 -
Generated mermaid files do not implement the --module-names option of pyreverse.
#10164 opened
Jan 1, 2025 -
incorrect scenario of unidiomatic-typecheck
#10161 opened
Dec 30, 2024
20 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Take the `FORCE_COLOR` and `NO_COLOR` environment variables into account
#9128 commented on
Jan 25, 2025 • 14 new comments -
Respect docstring-min-length in docparams extension
#10104 commented on
Jan 7, 2025 • 9 new comments -
Add detection for missing logging format arguments (#9999)
#10128 commented on
Jan 26, 2025 • 0 new comments -
Fix `invalid-envvar-default` to flag `os.environ.get`
#10094 commented on
Jan 9, 2025 • 0 new comments -
Update doc for import discovery and qualified module names
#9949 commented on
Jan 25, 2025 • 0 new comments -
docs: Change `--indent-string`'s whitespace representation
#9904 commented on
Jan 25, 2025 • 0 new comments -
bug and false-positive: pylint blows up with implicit namespaces submodules with relative imports in src-layout in parallel mode
#10147 commented on
Jan 29, 2025 • 0 new comments -
pylint fails to import module if the script is named the same way
#7093 commented on
Jan 24, 2025 • 0 new comments -
Disable certain messages by default
#3512 commented on
Jan 21, 2025 • 0 new comments -
Should we remove ``abstract-method``?
#10054 commented on
Jan 20, 2025 • 0 new comments -
arguments-differ: number of parameters was some number ... and is now the same number in overridden ...
#5793 commented on
Jan 20, 2025 • 0 new comments -
Instance of 'Field' has no 'append' member
#4899 commented on
Jan 20, 2025 • 0 new comments -
RuntimeError: dictionary changed size during iteration
#8589 commented on
Jan 17, 2025 • 0 new comments -
Miscellaneous spelling checker enhancements
#6416 commented on
Jan 16, 2025 • 0 new comments -
`used-before-assignment` when using `walrus operator(:=)` in dict, generator, some comprehensionswith function
#8486 commented on
Jan 15, 2025 • 0 new comments -
no-value-for-parameter when constructing an Enum
#1801 commented on
Jan 9, 2025 • 0 new comments -
unused-import false positive for names in string argument to typing.cast
#7548 commented on
Jan 8, 2025 • 0 new comments -
False positives with not-an-iterable and unsubscriptable-object when using default values in base classes.
#701 commented on
Jan 6, 2025 • 0 new comments -
typing.Annotated should be considered a dangerous default
#10093 commented on
Jan 2, 2025 • 0 new comments -
Crash `'Deprecated' object has no attribute '__dict__'` with `unsafe-load-any-extension`
#8975 commented on
Dec 31, 2024 • 0 new comments