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

Replace flake8 with ruff in pre-commit and ci linting #2586

Merged
merged 24 commits into from
Oct 26, 2023

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    6e87d19 View commit details
    Browse the repository at this point in the history
  2. Add pep8-naming checks

    mraspaud committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6a4ae2c View commit details
    Browse the repository at this point in the history
  3. Remove linting from github actions

    Rely on pre-commit entirely now.
    mraspaud committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    86997cc View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Update pyproject.toml

    Co-authored-by: Gerrit Holl <[email protected]>
    mraspaud and gerritholl authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    761d273 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Make bandit happy

    mraspaud committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3fc2855 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f78a7e View commit details
    Browse the repository at this point in the history
  3. Fix too long like

    mraspaud committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f29762f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84d3849 View commit details
    Browse the repository at this point in the history
  5. Fix imports

    mraspaud committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0e1efa3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Fix pytest style

    mraspaud committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c88c887 View commit details
    Browse the repository at this point in the history
  2. Add other ruff rules

    mraspaud committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2875ca1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86079ed View commit details
    Browse the repository at this point in the history
  4. Fix after merge

    mraspaud committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c67e92f View commit details
    Browse the repository at this point in the history
  5. Add ruff rules

    mraspaud committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b75008b View commit details
    Browse the repository at this point in the history
  6. Fix ruff rules

    mraspaud committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    fd9be77 View commit details
    Browse the repository at this point in the history
  7. Remove lint ci job

    mraspaud committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f2f9193 View commit details
    Browse the repository at this point in the history
  8. Fix failing demo tests

    djhoese committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8b7938f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6bf2ce9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    529055e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c9cc87 View commit details
    Browse the repository at this point in the history
  12. Restore removed prints

    mraspaud committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d3743fe View commit details
    Browse the repository at this point in the history
  13. Fix docstrings

    mraspaud committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3f2bbc4 View commit details
    Browse the repository at this point in the history
  14. Fix underline in doc

    mraspaud committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    887137e View commit details
    Browse the repository at this point in the history
  15. Fix underline

    mraspaud committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    41759a8 View commit details
    Browse the repository at this point in the history