summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Typoflyingbot912021-03-121-1/+1
|
* add changelog entryJens H. Nielsen2021-03-121-0/+2
|
* remove print statementJens H. Nielsen2021-03-121-1/+0
|
* Dont check deprecated arguments of deprecated functionMatus Valo2021-03-101-0/+1
|
* Improve fix-documentation pre-commit hookMarc Mueller2021-03-091-12/+45
|
* Update pre-commit requirement from ~=2.10 to ~=2.11dependabot[bot]2021-03-091-1/+1
| | | | | | | | Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.10.0...v2.11.0) Signed-off-by: dependabot[bot] <support@github.com>
* Bump sphinx from 3.5.1 to 3.5.2dependabot[bot]2021-03-091-1/+1
| | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.5.1...v3.5.2) Signed-off-by: dependabot[bot] <support@github.com>
* Update whatsnewPeter Kolbus2021-03-091-0/+4
| | | | Add an entry to whatsnew/2.8.rst announcing the change.
* Update ChangeLogPeter Kolbus2021-03-091-0/+4
|
* Remove 'whitelist' term in imports checkerPeter Kolbus2021-03-091-1/+1
| | | | Replace usage of a whitelist mention in a checkers.imports comment.
* Remove 'whitelist' term in python3 checkerPeter Kolbus2021-03-091-2/+2
| | | | Replace usage of a whitelist parameter in checkers.python3.
* Rename blacklisted-name to disallowed-namePeter Kolbus2021-03-0918-29/+37
| | | | | | In the base checker, change the 'blacklisted-name' message to 'disallowed-name'. For backward compatibility, blacklisted-name is an old_name for disallowed-name.
* Add extension-pkg-allow-list optionPeter Kolbus2021-03-096-9/+36
| | | | | Add an option extension-pkg-allow-list to the main checker. This is an alternate name for extension-pkg-whitelist.
* Remove 'blacklist' term for good/bad identifiersPeter Kolbus2021-03-099-19/+19
| | | | | | | Replace blacklist/whitelist terminology in the context of identifier names. The message identifier 'blacklisted-name' will be addressed in a future patch; a transition path is needed because this message may be referenced in pylintrc files or disable comments.
* Reduce 'blacklist' term for ignored filesPeter Kolbus2021-03-0911-37/+36
| | | | | | | Replace usage of the term 'blacklist' in the context of ignored files and directories (--ignore and --ignore-patterns), except in cases where backward compatibility is needed. In documentation and help, supplement 'ignore' with 'skip'; in code use the term 'ignore list'.
* Fix astroid.Inference error for undefined-variables with len()Marc Mueller2021-03-084-1/+20
|
* Migrate func_typecheck_callfunc_assigment.py to new functional testsPierre Sassoulas2021-03-072-3/+6
|
* Migrate all func_noerror_* to new functional testsPierre Sassoulas2021-03-0726-1/+1
|
* Migrate nameerror_on_string_substitution to new functional testsPierre Sassoulas2021-03-073-4/+4
|
* Migrate func_variables_unused_name_from_wilcard_import.py to new functional ↵Pierre Sassoulas2021-03-073-3/+6
| | | | tests
* Migrate func_noerror_new_style_class_py_30.py to new functional testsPierre Sassoulas2021-03-072-17/+11
|
* Migrate func_logging_not_lazy_with_logger to new functional testsPierre Sassoulas2021-03-075-18/+18
|
* Migrate func_e0012.py to new functional testsPierre Sassoulas2021-03-073-2/+2
|
* Migrate func_e0204.py to new functional testsPierre Sassoulas2021-03-073-9/+7
|
* Migrate func_w0612.py to new functional testsPierre Sassoulas2021-03-075-46/+45
|
* tox: run formatting by defaultPeter Kolbus2021-03-071-1/+1
| | | | | | Change tox to run formatting instead of pylint by default, to get flake8, mypy, and other checks. Formatting runs first because some of the pre-commit hooks may modify files.
* Create subdirectory for crowded functional testsPierre Sassoulas2021-03-07387-11/+8
|
* Add a test for too much functional files in the same directoryPierre Sassoulas2021-03-071-0/+9
|
* Fix functional test fail so it can be copy pastedPierre Sassoulas2021-03-071-1/+1
|
* Typing changes + disable unused pylint plugin for pre-commit (#4205)Marc Mueller2021-03-074-9/+14
|
* Print helpful error when toml decode fails (#4176)Quentin Young2021-03-072-1/+9
| | | | | | | | * Print helpful error when toml decode fails If loading a TOML config file fails, print the issue with the TOML file rather than dumping stack. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* pyreverse: Add output directory command-line optionMark Byrne2021-03-071-3/+1
| | | | | | - Use the formatting of `black` pre-commit hook Issue: #4159
* pyreverse: Add output directory command-line optionMark Byrne2021-03-075-0/+24
| | | | Issue: #4159
* Simplify the 'tox -e pylint' job with pre-commitPierre Sassoulas2021-03-072-26/+3
|
* Add typing that were lacking following refactorPierre Sassoulas2021-03-072-13/+9
| | | | See : 6721cd1cf2da0294124b75d382a042e23ec27d47
* Fix pre-commit pylint commandPierre Sassoulas2021-03-071-0/+1
|
* Introduced deprecated attributesMatus Valo2021-03-065-49/+393
|
* Relax test's dependencies so we're not spammed by dependabotPierre Sassoulas2021-03-062-9/+9
|
* bug2674Frank Harrison2021-03-062-0/+19
|
* Add is_class_var utils functionMarc Mueller2021-03-062-8/+12
|
* Add --class-const-naming-styleMarc Mueller2021-03-068-23/+64
|
* Fix false-positive no-member for typed annotations without default valueMarc Mueller2021-03-065-6/+55
|
* Exempt TypedDict from too-few-public-methods checkMarc Mueller2021-03-063-3/+8
|
* Remove all fmt off from the codebasePierre Sassoulas2021-03-063-44/+37
|
* Fix changelog (manual)Marc Mueller2021-03-061-3/+3
|
* Fix changelog and whatsnew (pre-commit-hook)Marc Mueller2021-03-0611-222/+232
|
* Add custom fix-documentation pre-commit-hookMarc Mueller2021-03-063-0/+73
|
* Refactor modify sys_path for execution as python moduleMarc Mueller2021-03-054-10/+98
|
* Extract test caseMarc Mueller2021-03-051-14/+21
|
* Add allow-redefined-builtins option to variable checkerAlexander Kapshuna2021-03-057-4/+38
| | | | | | | | Some builtins have little-to-no use in application code while being convenient as variables names (e.g. id, dir). New option allows to configure allowed to override names for redefined-builtin checker. Closes #3263