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

DM-39781: Clean docs and add ruff configuration #856

Merged
merged 16 commits into from
Jun 24, 2023
Merged

DM-39781: Clean docs and add ruff configuration #856

merged 16 commits into from
Jun 24, 2023

Commits on Jun 23, 2023

  1. Some simple docstyle fixes

    timj committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    07b1d11 View commit details
    Browse the repository at this point in the history
  2. Fix a numpydoc section name

    timj committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    f7431e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d24500b View commit details
    Browse the repository at this point in the history
  4. Fix D401 doc problems

    timj committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    aaaac6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae55439 View commit details
    Browse the repository at this point in the history
  6. Fix myriad docstyle issues

    timj committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    f9e8674 View commit details
    Browse the repository at this point in the history
  7. More doc fixes

    timj committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4989c41 View commit details
    Browse the repository at this point in the history
  8. Minor fixes to parser files

    These files have lots of issues in docstrings and it's is better
    to global ignore many of the problems.
    timj committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    9e08698 View commit details
    Browse the repository at this point in the history
  9. Add D104 to pydocstyle ignore

    timj committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    685d61e View commit details
    Browse the repository at this point in the history
  10. Add a ruff configuration

    This runs clean with "ruff ." on tests and python directory.
    timj committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    828c719 View commit details
    Browse the repository at this point in the history
  11. Add ruff linter workflow

    timj committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c8e7f06 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Fix utils test since docstring was used in test itself

    Ignore the D401 error instead.
    timj committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    c1e2469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c882111 View commit details
    Browse the repository at this point in the history
  3. Fix typo in docstring

    timj committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    d8fd1ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60970a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8714926 View commit details
    Browse the repository at this point in the history