requirements/openstack_requirements/tests/files/blacklist.txt
Matthew Oliver 302ba18d81
Create check_constraints command
The check_constraints utility wraps a new check_exists cmd.
This command looks at a project's requirements and checks:

  - That the requirement name alone exists in both g-r and u-c
  - If it exists in both, then check that the version in u-c
    is covered.
  - Added an extra g-r check as a flag, but not quite happy with it.
    It needs more work.. but would be a _little_ more correct
    if/when g-r stops defining the minimum.

This patch is currently WIP as tests are still required. But is
the starting point for the fuzzy checking for projects managing
their own lower-constraints.

Change-Id: I36690fddcfc24d49aab0d28d7d46dcd8d9128b2a
2017-05-19 15:03:15 -05:00

12 lines
178 B
Plaintext

# linters - each project may have a different version with loose convergence
# over time.
flake8
flake8_docstrings
flake8-import-order
hacking
mccabe
pep257
pep8
pyflakes
pylint