Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
G
git-buildpackage
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Registry
    • Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Jobs
  • Commits
  • Andreas Beckmann
  • git-buildpackage
  • Repository

Switch branch/tag
  • git-buildpackage
  • setup.cfg
Find file
BlameHistoryPermalink
  • Guido Günther's avatar
    Ignore flake8's 'W504 line break after binary operator' · 497addcb
    Guido Günther authored Oct 15, 2018
    With flake8's other warnings this doesn't make much sense since
    indentation accoding to https://hg.python.org/peps/rev/3857909d7956
    does not work. It triggers
    
    - 'W503 line break before binary operator'
    - 'E129 visually indented line with same indent as next logical line'
    
    If one want to align the operators one hits
    - 'E127 continuation line over-indented for visual indent'
    
    So let's leave things as is for the moment.
    497addcb
setup.cfg 230 Bytes
EditWeb IDE

Replace setup.cfg

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.