dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

flake8 (173B)


      1 [flake8]
      2 ignore =
      3     # I hate long lines as much as the next person, but sometimes they happen.
      4     E501,
      5     # 'l' is perfectly unambiguous in a comprehension…
      6     E741