summaryrefslogtreecommitdiff
path: root/examples/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* Add Python 3.8+ `asyncSetUp` to "defining-attr-methods" list (#8403)Samuel FORESTIER2023-03-111-1/+1
|
* Bump pylint to 2.17.0, update changelog (#8395)Pierre Sassoulas2023-03-071-1/+11
|
* Bump pylint to 2.16.0, update changelogv2.16.0Pierre Sassoulas2023-02-011-0/+3
|
* Bump pylint to 2.16.0-b0, update changelogv2.16.0b0Pierre Sassoulas2023-01-131-10/+1
|
* Add flag `--clear-cache-post-run` to support server-like usage (#7802)Jacob Walls2022-12-051-0/+4
| | | | | | Use this flag if you expect the linted files to be altered between runs, for instance, if using pylint in a server-like mode. The flag clear's astroid's in-memory caches.
* Fix `valid-metaclass-classmethod-first-arg` default value (#7791)Cubicpath2022-11-191-1/+1
| | | | | * Change default value to "mcs" * Fix functional tests to use "mcs" for first MetaClass classmethod arg
* Use qualified name when checking for overgeneral exceptions (#7497)Jakub Kuczys2022-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update tests * Use qualified name when checking for overgeneral exceptions * WIP: Add deprecation warning * Add changelog fragment * Use qualified name in test case * spell check fix * Update changelog fragment with suggested fixes Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> * Move OVERGENERAL_EXCEPTIONS directly to the default value in dict * Mark as TODO for pylint 3.0 * Properly warn on each occurrence of name without dots * Update the warning per the review * Rephrase the warning to mention pylint 3.0 * Remove unnecessary nesting of the if condition * Quote the exception name in deprecation warning * Use config value for overgeneral exceptions in broad-exception-raised * Infer qualified name of the exception in broad-exception-raised * e.g. -> maybe? Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> * Suppress missing class docstrings * Add few more tests for broad-exception-raised Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> * Fix unexpected missing-raise-from * Revert "Fix unexpected missing-raise-from" This reverts commit d796e72035b7f7578b9e6bb1e45a30935e80b009. * Revert "Add few more tests for broad-exception-raised" This reverts commit e5a193ee136f8566d43450fbb9fbf28cc717d307. * Change confidence of broad-exception-raised from HIGH to INFERENCE * Only trigger broad-exception-raised for raise with new exc instance * Update overgeneral-exceptions definition in example pylintrc file * Update pylint/checkers/exceptions.py Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Bump pylint to 2.15.0-a0, update changelog (#7196)Pierre Sassoulas2022-07-301-4/+12
| | | [doc] Add summary for the release notes
* [doc] Remove hard-coded default in 'ignored-argument-names' description (#7239)Pierre Sassoulas2022-07-301-2/+1
|
* Merge 'origin/maintenance/2.14.x' into main following 2.14.5 releasePierre Sassoulas2022-07-171-3/+3
|\
| * Bump pylint to 2.14.5, update changelogv2.14.5Pierre Sassoulas2022-07-171-3/+3
| |
* | doc(fail-under): rephrase description (#7102)Ville Skyttä2022-07-051-1/+1
|/ | | | | | To exceed a threshold here sonds to me as if the score would have to be _above_ the threshold, which is the opposite of what actually happens. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Bump pylint to 2.14.4, update changelogv2.14.4Pierre Sassoulas2022-06-291-1/+2
|
* Bump pylint to 2.14.0, update changelogv2.14.0Pierre Sassoulas2022-06-011-2/+1
|
* Bump pylint to 2.14.0-b0, update changelog (#6527)v2.14.0-b1Pierre Sassoulas2022-05-101-1/+1
| | | Update contributors and create release summary
* Upgrade configuration example and add toml example (#6529)Pierre Sassoulas2022-05-101-0/+521
* Add a pyproject.toml example and an automated upgrade for release * Upgrade the pylintrc example following migration to argparse