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

FullyQualifiedNameProvider: Optionally consider pyproject.toml files when determining a file's module name and package #1148

Merged
merged 15 commits into from
Jun 12, 2024

Commits on May 14, 2024

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

Commits on Jun 3, 2024

  1. GenCacheMethod protocol

    camillol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c28ed33 View commit details
    Browse the repository at this point in the history
  2. make it a staticmethod

    camillol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d1eef96 View commit details
    Browse the repository at this point in the history
  3. use_pyproject_toml

    camillol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    7a76da8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8871a55 View commit details
    Browse the repository at this point in the history
  5. use data_provider

    camillol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ef23ac5 View commit details
    Browse the repository at this point in the history
  6. lint

    camillol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a125feb View commit details
    Browse the repository at this point in the history
  7. make it classmethod instead

    camillol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    50091c9 View commit details
    Browse the repository at this point in the history
  8. more lint

    camillol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c412940 View commit details
    Browse the repository at this point in the history
  9. format

    camillol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c672e22 View commit details
    Browse the repository at this point in the history
  10. maybe handle windows paths

    camillol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4cd8cec View commit details
    Browse the repository at this point in the history
  11. lint

    camillol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    7c6fc4c View commit details
    Browse the repository at this point in the history
  12. make test more robust

    camillol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    27905c2 View commit details
    Browse the repository at this point in the history
  13. just keep on linting

    camillol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    7d5dc12 View commit details
    Browse the repository at this point in the history
  14. more test

    camillol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    452868c View commit details
    Browse the repository at this point in the history