An (outdated) collection of plugins for Qtile.
git clone https://github.com/m-col/qtools
Files | Refs | Readme

-rw-r--r-- setup.cfg


      1 [flake8]
      2 max-line-length = 88
      3 disable-noqa = True
      4 ignore = E402
      5 
      6 [pylint]
      7 disable =
      8     invalid-name,
      9     wrong-import-position,
     10     unused-argument,
     11     missing-function-doctring,
     12     missing-module-doctring,
     13     access-member-before-definition,
     14     no-name-in-module,
     15     c-extension-no-member
     16 max-line-length = 88
     17 max-attributes = 14
     18 max-args = 10
     19