Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.flake8 - cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84e68122606326ae07f775872cbe5ca9d2a4a327 (plain)
1
2
3
4
5
[flake8]
ignore=E741,E129,W504,A003,B023,B038,B902
max-line-length=240
per-file-ignores =
  calm/fixes.py:E241,E127