Revisions of python-pylint

buildservice-autocommit accepted request 856770 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 117)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 856768 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 116)
- Skip the failing test for unused imports on python36 flavor
  gh#openSUSE/python-rpm-macros#66
buildservice-autocommit accepted request 829032 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 115)
baserev update by copy to link target
buildservice-autocommit accepted request 820769 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 113)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 112)
- Added both_isort_4_5.patch (gh#PyCQA/pylint#3725) allowing
  work with both versions of isort.
buildservice-autocommit accepted request 816633 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 111)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 816629 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 110)
- test import workarounds need rework
  gh#openSUSE/python-rpm-macros#48
  gh#PyCQA/pylint#3636 
- do not benchmark, just run the tests once
buildservice-autocommit accepted request 812777 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 109)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 812727 from Michael Ströder's avatar Michael Ströder (stroeder) (revision 108)
- Update to 2.5.3
  * Fix a regression where disable comments that have checker names with numbers in them are not parsed correctly
    Close #3666
  * `property-with-parameters` properly handles abstract properties
    Close #3600
  * `continue-in-finally` no longer emitted on Python 3.8 where it's now valid
    Close #3612
  * Fix a regression where messages with dash are not fully parsed
    Close #3604
  * In a TOML configuration file, it's now possible to use rich (non-string) types, such as list, integer or boolean instead of strings. For example, one can now define a *list* of message identifiers to enable like this::
      enable = [
          "use-symbolic-message-instead",
          "useless-suppression",
      ]
    Close #3538
  * Fix a regression where the score was not reported with multiple jobs
    Close #3547
  * Protect against `AttributeError` when checking `cell-var-from-loop`
    Close #3646
buildservice-autocommit accepted request 807165 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 107)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 807072 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 106)
- Update to 2.5.2 
[...]
- needs python-toml now
- remove python2 compatibility requirements
- remove PYTHONDONTWRITEBYTECODE=1 -- its included in %pytest macro
- two tests need special treatment:
  * test_functional[undefined_variable] gh#PyCQA/pylint#3635
  * test_do_not_import_files_from_local_directory gh#PyCQA/pylint#3636
buildservice-autocommit accepted request 788345 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 105)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 104)
- set locale during build/test to fix build on older releases (bsc#1124989)
buildservice-autocommit accepted request 750019 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 103)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 102)
- Update to 2.4.4:
  - Exempt all the names found in type annotations from ``unused-import``
    The previous code was assuming that only ``typing`` names need to be
    exempted, but we need to do that for the rest of the type comment
    names as well. Close #3112
  - Relax type import detection for names that do not come from
    the ``typing`` module Close #3191
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 101)
- test_types_redefined enabled again, because
  gh#PyCQA/pylint#3171 has been fixed.
buildservice-autocommit accepted request 743455 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 100)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 99)
- Update to 2.4.3:
  * Fix an issue with ``unnecessary-comprehension`` in comprehensions with additional repacking of elements.
  * ``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well.
  * Do not emit ``no-method-argument`` for functions using positional only args.
  * ``consider-using-sys-exit`` is no longer emitted when `exit` is imported in the local scope.
  * `invalid-overridden-method` takes `abc.abstractproperty` in account
  * Fixed ``missing-yield-type-doc`` getting incorrectly raised when
  a generator does not document a yield type but has a type annotation.
  * ``typing.overload`` functions are exempted from ``too-many-function-args``
Displaying revisions 41 - 60 of 157
openSUSE Build Service is sponsored by