Skip to content
Snippets Groups Projects
  1. Apr 23, 2019
  2. Apr 22, 2019
  3. Apr 21, 2019
    • Frank Winklmeier's avatar
      Merge branch 'flake8_atlas3' into 'master' · 43c54beb
      Frank Winklmeier authored
      flake8_atlas: Update print-related checks
      
      See merge request atlas/athena!22794
      43c54beb
    • Frank Winklmeier's avatar
      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
  4. Apr 20, 2019
  5. Apr 19, 2019
  6. Apr 18, 2019
Loading