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

fix: enable pylint rules in db_engine_specs module #10998

Merged
merged 9 commits into from
Sep 22, 2020

Commits on Sep 21, 2020

  1. Configuration menu
    Copy the full SHA
    7cd3858 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Configuration menu
    Copy the full SHA
    5f88379 View commit details
    Browse the repository at this point in the history
  2. Reformatted hana.py:

    - changed return statement into two lines to keep line lenght limit
    kkucharc committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    902d90b View commit details
    Browse the repository at this point in the history
  3. Enabling pylint rule in hive.py:

    - `no-name-in-module` for pyhive in several places
    - `line-too-long` and adding new lines
    - `unused-import` is not invalid anymore
    kkucharc committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    56d4759 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8c83f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36e1f26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ed87c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d9efbe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c0f2c9 View commit details
    Browse the repository at this point in the history