Support Python 3 in lint.py

Issue #173 closed
Mikhail Lopatkin repo owner created an issue

lint.py is not Python 3-compatible. Let's try to fix it.

Comments (3)

  1. Mikhail Lopatkin reporter

    Use Python 3 to run lint precommit checks

    The script is still compatible with Python 2 but the latter is no longer available in the modern Docker images used for building.

    Fixes #173

    → <<cset ce4503ee0354>>

  2. Log in to comment