diff options
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.flake8 b/.flake8 deleted file mode 100644 index d4fb3a318ee..00000000000 --- a/.flake8 +++ /dev/null @@ -1,18 +0,0 @@ -[flake8] -ignore = - # trailing whitespace; the standard tidy process will enforce no trailing whitespace - W291, - # linebreak before binary operator; replaced by W504 - linebreak after binary operator - W503, - # 80 character line length; the standard tidy process will enforce line length - E501 -exclude = - # temporary local files - target - __pycache__ - python/_venv* - # upstream - third_party - python/mach - components - tests |