[Checkins] [zopefoundation/zc.relation] c9bbc9: Fix linting issues

Jürgen Gmach noreply at github.com
Fri May 15 10:27:19 CEST 2020


  Branch: refs/heads/fix-lint
  Home:   https://github.com/zopefoundation/zc.relation
  Commit: c9bbc9835c4fb7977b3bdbbab87d7c859637a6cd
      https://github.com/zopefoundation/zc.relation/commit/c9bbc9835c4fb7977b3bdbbab87d7c859637a6cd
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2020-05-15 (Fri, 15 May 2020)

  Changed paths:
    M src/zc/relation/catalog.py
    M tox.ini

  Log Message:
  -----------
  Fix linting issues

... which arise with the new flake8 version.

`tests` is no longer a valid flake8 param, as it is no top level
directory.

As it is a subfolder of the `src` folder, it gets linted anyway.

Also, do not use `l` as a variable name.

modified:   tox.ini
modified:   src/zc/relation/catalog.py




More information about the checkins mailing list