Skip to content
Snippets Groups Projects
Forked from atlas / athena
Source project has a limited visibility.
  • Frank Winklmeier's avatar
    a157f067
    flake8_atlas: Update print-related checks · a157f067
    Frank Winklmeier authored
    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.
    a157f067
    History
    flake8_atlas: Update print-related checks
    Frank Winklmeier authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.