Changeset ce6b7ae in trunk


Ignore:
Timestamp:
2023-03-24T15:38:32Z (2 years ago)
Author:
Itamar Turner-Trauring <itamar@…>
Branches:
master
Children:
56e3aaa
Parents:
1f29d5a2
git-author:
Itamar Turner-Trauring <itamar@…> (2023-03-24 15:38:22)
git-committer:
Itamar Turner-Trauring <itamar@…> (2023-03-24 15:38:32)
Message:

More modern pylint and flake8 and friends.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified setup.py

    r1f29d5a2 rce6b7ae  
    401401              # this version from time to time, but we will do it
    402402              # intentionally.
    403               "pyflakes == 2.2.0",
     403              "pyflakes == 3.0.1",
    404404              "coverage ~= 5.0",
    405405              "mock",
  • TabularUnified tox.ini

    r1f29d5a2 rce6b7ae  
    101101basepython = python3
    102102deps =
    103      # Newer versions of PyLint have buggy configuration
    104      # (https://github.com/PyCQA/pylint/issues/4574), so stick to old version
    105      # for now.
    106      pylint < 2.5
     103     # Make sure we get a version of PyLint that respects config, and isn't too
     104     # old.
     105     pylint < 2.18, >2.14
    107106# On macOS, git inside of towncrier needs $HOME.
    108107passenv = HOME
Note: See TracChangeset for help on using the changeset viewer.