Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 173
    • Merge requests 173
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !22794

Merged
Created Apr 18, 2019 by Frank Winklmeier@fwinklMaintainer

flake8_atlas: Update print-related checks

  • Overview 6
  • Commits 2
  • Pipelines 2
  • Changes 7

Update the print-related Python3 checks:

  • ATL232: Change to an AST-based plugin that finds all print statements that are truly incompatible with Py3. The previous version would e.g. also warn about print("Hello") while the new version will only warn for tuples with more than one entry, e.g. print("Hello","world").
  • ATL233: Only warn about print statements that do not look like function calls, i.e. without brackets.
Edited Apr 18, 2019 by Frank Winklmeier
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: flake8_atlas3