summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update pre-commit requirement from ~=2.10 to ~=2.11dependabot/pip/pre-commit-approx-eq-2.11dependabot[bot]2021-03-081-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>
* 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
* Fix Enum invalid name with snake_case presetMarc Mueller2021-03-024-5/+20
|
* Upgrade the changelog following release of 2.7.2Pierre Sassoulas2021-02-282-4/+12
|
* Update copyright notice with copyritePierre Sassoulas2021-02-2851-63/+48
|
* Update doc for release (easier command to copy paste)Pierre Sassoulas2021-02-281-2/+2
|
* Upgrade copyrite aliasesPierre Sassoulas2021-02-281-1/+11
|
* Remove TypedDict hotfixMarc Mueller2021-02-281-5/+0
|
* Fix test for astroid updateMarc Mueller2021-02-283-6/+10
|
* Update astroid versionMarc Mueller2021-02-282-2/+2
|
* Bump coverage from 5.4.0 to 5.5dependabot[bot]2021-02-281-1/+1
| | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.4.0 to 5.5. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/coverage-5.4...coverage-5.5) Signed-off-by: dependabot[bot] <support@github.com>
* Move changelog entry to 2.8.0Marc Mueller2021-02-281-2/+3
|
* Update readme badgeMarc Mueller2021-02-281-6/+2
|
* Add changelog entryMarc Mueller2021-02-281-0/+2
|
* Use correct SPDX license tagMarc Mueller2021-02-281-1/+1
|
* Update tox configMarc Mueller2021-02-281-81/+31
|
* Update mypy pre-commit hookMarc Mueller2021-02-282-2/+2
|