Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pylint #63

Merged
merged 11 commits into from
Feb 20, 2023
Merged

Pylint #63

merged 11 commits into from
Feb 20, 2023

Commits on Mar 14, 2022

  1. simpleidml_indesign_save_as.py: pylint.

    Python 3 super().
    Remove import from builtin.
    Starou committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    ee6d510 View commit details
    Browse the repository at this point in the history
  2. indesign.py: pylint.

    Python 3 super().
    Remove builtin import of object.
    Add missing class variable declarations.
    f-strings.
    Use lazy % formatting in logger.
    Sort imports.
    Starou committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    c361c5f View commit details
    Browse the repository at this point in the history
  3. commands.py: pylint.

    Starou committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    50605ca View commit details
    Browse the repository at this point in the history
  4. components.py: pylint.

    F-string.
    Python 3 super().
    Dict comprehension.
    Remove 'object' inheritance.
    Remove unecessary else statements.
    Rename one-letter variables.
    Starou committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    2a34494 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e88ea9 View commit details
    Browse the repository at this point in the history
  6. decorators.py: PyLint.

    Starou committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    3e86fff View commit details
    Browse the repository at this point in the history
  7. exceptions.py: PyLint.

    Starou committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    5faff8f View commit details
    Browse the repository at this point in the history
  8. extras.py: PyLint.

    Starou committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    23f88f0 View commit details
    Browse the repository at this point in the history
  9. ftp.py: PyLint.

    Starou committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    e17cc36 View commit details
    Browse the repository at this point in the history
  10. idml.py: PyLint.

    Starou committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    d3337bb View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Bump to 1.1.4.

    Starou committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    1371f96 View commit details
    Browse the repository at this point in the history