Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update pre-commit requirement from ~=2.10 to ~=2.11dependabot/pip/pre-commit-approx-eq-2.11 | dependabot[bot] | 2021-03-08 | 1 | -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 tests | Pierre Sassoulas | 2021-03-07 | 2 | -3/+6 |
| | |||||
* | Migrate all func_noerror_* to new functional tests | Pierre Sassoulas | 2021-03-07 | 26 | -1/+1 |
| | |||||
* | Migrate nameerror_on_string_substitution to new functional tests | Pierre Sassoulas | 2021-03-07 | 3 | -4/+4 |
| | |||||
* | Migrate func_variables_unused_name_from_wilcard_import.py to new functional ↵ | Pierre Sassoulas | 2021-03-07 | 3 | -3/+6 |
| | | | | tests | ||||
* | Migrate func_noerror_new_style_class_py_30.py to new functional tests | Pierre Sassoulas | 2021-03-07 | 2 | -17/+11 |
| | |||||
* | Migrate func_logging_not_lazy_with_logger to new functional tests | Pierre Sassoulas | 2021-03-07 | 5 | -18/+18 |
| | |||||
* | Migrate func_e0012.py to new functional tests | Pierre Sassoulas | 2021-03-07 | 3 | -2/+2 |
| | |||||
* | Migrate func_e0204.py to new functional tests | Pierre Sassoulas | 2021-03-07 | 3 | -9/+7 |
| | |||||
* | Migrate func_w0612.py to new functional tests | Pierre Sassoulas | 2021-03-07 | 5 | -46/+45 |
| | |||||
* | tox: run formatting by default | Peter Kolbus | 2021-03-07 | 1 | -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 tests | Pierre Sassoulas | 2021-03-07 | 387 | -11/+8 |
| | |||||
* | Add a test for too much functional files in the same directory | Pierre Sassoulas | 2021-03-07 | 1 | -0/+9 |
| | |||||
* | Fix functional test fail so it can be copy pasted | Pierre Sassoulas | 2021-03-07 | 1 | -1/+1 |
| | |||||
* | Typing changes + disable unused pylint plugin for pre-commit (#4205) | Marc Mueller | 2021-03-07 | 4 | -9/+14 |
| | |||||
* | Print helpful error when toml decode fails (#4176) | Quentin Young | 2021-03-07 | 2 | -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 option | Mark Byrne | 2021-03-07 | 1 | -3/+1 |
| | | | | | | - Use the formatting of `black` pre-commit hook Issue: #4159 | ||||
* | pyreverse: Add output directory command-line option | Mark Byrne | 2021-03-07 | 5 | -0/+24 |
| | | | | Issue: #4159 | ||||
* | Simplify the 'tox -e pylint' job with pre-commit | Pierre Sassoulas | 2021-03-07 | 2 | -26/+3 |
| | |||||
* | Add typing that were lacking following refactor | Pierre Sassoulas | 2021-03-07 | 2 | -13/+9 |
| | | | | See : 6721cd1cf2da0294124b75d382a042e23ec27d47 | ||||
* | Fix pre-commit pylint command | Pierre Sassoulas | 2021-03-07 | 1 | -0/+1 |
| | |||||
* | Introduced deprecated attributes | Matus Valo | 2021-03-06 | 5 | -49/+393 |
| | |||||
* | Relax test's dependencies so we're not spammed by dependabot | Pierre Sassoulas | 2021-03-06 | 2 | -9/+9 |
| | |||||
* | bug2674 | Frank Harrison | 2021-03-06 | 2 | -0/+19 |
| | |||||
* | Add is_class_var utils function | Marc Mueller | 2021-03-06 | 2 | -8/+12 |
| | |||||
* | Add --class-const-naming-style | Marc Mueller | 2021-03-06 | 8 | -23/+64 |
| | |||||
* | Fix false-positive no-member for typed annotations without default value | Marc Mueller | 2021-03-06 | 5 | -6/+55 |
| | |||||
* | Exempt TypedDict from too-few-public-methods check | Marc Mueller | 2021-03-06 | 3 | -3/+8 |
| | |||||
* | Remove all fmt off from the codebase | Pierre Sassoulas | 2021-03-06 | 3 | -44/+37 |
| | |||||
* | Fix changelog (manual) | Marc Mueller | 2021-03-06 | 1 | -3/+3 |
| | |||||
* | Fix changelog and whatsnew (pre-commit-hook) | Marc Mueller | 2021-03-06 | 11 | -222/+232 |
| | |||||
* | Add custom fix-documentation pre-commit-hook | Marc Mueller | 2021-03-06 | 3 | -0/+73 |
| | |||||
* | Refactor modify sys_path for execution as python module | Marc Mueller | 2021-03-05 | 4 | -10/+98 |
| | |||||
* | Extract test case | Marc Mueller | 2021-03-05 | 1 | -14/+21 |
| | |||||
* | Add allow-redefined-builtins option to variable checker | Alexander Kapshuna | 2021-03-05 | 7 | -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 preset | Marc Mueller | 2021-03-02 | 4 | -5/+20 |
| | |||||
* | Upgrade the changelog following release of 2.7.2 | Pierre Sassoulas | 2021-02-28 | 2 | -4/+12 |
| | |||||
* | Update copyright notice with copyrite | Pierre Sassoulas | 2021-02-28 | 51 | -63/+48 |
| | |||||
* | Update doc for release (easier command to copy paste) | Pierre Sassoulas | 2021-02-28 | 1 | -2/+2 |
| | |||||
* | Upgrade copyrite aliases | Pierre Sassoulas | 2021-02-28 | 1 | -1/+11 |
| | |||||
* | Remove TypedDict hotfix | Marc Mueller | 2021-02-28 | 1 | -5/+0 |
| | |||||
* | Fix test for astroid update | Marc Mueller | 2021-02-28 | 3 | -6/+10 |
| | |||||
* | Update astroid version | Marc Mueller | 2021-02-28 | 2 | -2/+2 |
| | |||||
* | Bump coverage from 5.4.0 to 5.5 | dependabot[bot] | 2021-02-28 | 1 | -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.0 | Marc Mueller | 2021-02-28 | 1 | -2/+3 |
| | |||||
* | Update readme badge | Marc Mueller | 2021-02-28 | 1 | -6/+2 |
| | |||||
* | Add changelog entry | Marc Mueller | 2021-02-28 | 1 | -0/+2 |
| | |||||
* | Use correct SPDX license tag | Marc Mueller | 2021-02-28 | 1 | -1/+1 |
| | |||||
* | Update tox config | Marc Mueller | 2021-02-28 | 1 | -81/+31 |
| | |||||
* | Update mypy pre-commit hook | Marc Mueller | 2021-02-28 | 2 | -2/+2 |
| |