My Qtile window manager configuration
git clone https://github.com/m-col/qtile-config
Files | Refs | Readme

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


      1 [flake8]
      2 max-line-length = 110
      3 ignore = 
      4     E265, # Block comments should start with "# "
      5     E241  # Multiple spaces after ","
      6