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

change linting to use pre-commit #3297

Merged
merged 15 commits into from
Apr 10, 2024
Merged

change linting to use pre-commit #3297

merged 15 commits into from
Apr 10, 2024

Commits on Apr 10, 2024

  1. change linting to use pre-commit, change releases.rst to release_note…

    …s.rst to match template
    pacrob committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    bee27ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ab0faf View commit details
    Browse the repository at this point in the history
  3. run pyupgrade

    pacrob committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    7679cf1 View commit details
    Browse the repository at this point in the history
  4. run black

    pacrob committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e0ea959 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2612850 View commit details
    Browse the repository at this point in the history
  6. run isort

    pacrob committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5643f39 View commit details
    Browse the repository at this point in the history
  7. run pydocstyle and fix errors

    pacrob committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1502415 View commit details
    Browse the repository at this point in the history
  8. run mdformat

    pacrob committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8bf7bdd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e773af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ac9cd58 View commit details
    Browse the repository at this point in the history
  11. run blocklint and clear errors

    pacrob committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    99d4c8b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c00196a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    341d9c2 View commit details
    Browse the repository at this point in the history
  14. add pydantic types to mypy checking, turn on no-subclassing-any mypy …

    …rule, ignore the few places we do
    pacrob committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b4c0268 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2bd2755 View commit details
    Browse the repository at this point in the history