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

[flake8-use-pathlib] Implement glob (PTH207) #5939

Merged
merged 17 commits into from
Jul 26, 2023

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    f75a68a View commit details
    Browse the repository at this point in the history
  2. fix docs

    sbrugman committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e2be1fe View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    0d683b4 View commit details
    Browse the repository at this point in the history
  2. Include iglob

    sbrugman committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    96a6f6d View commit details
    Browse the repository at this point in the history
  3. Fix typo

    sbrugman committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    645e451 View commit details
    Browse the repository at this point in the history
  4. Add test case

    sbrugman committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    265fa70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33f63e9 View commit details
    Browse the repository at this point in the history
  6. Violation message

    sbrugman committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    23b46bf View commit details
    Browse the repository at this point in the history
  7. Fix link

    sbrugman committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    a9d43d9 View commit details
    Browse the repository at this point in the history
  8. Typo detection

    sbrugman committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    215a48b View commit details
    Browse the repository at this point in the history
  9. fmt

    sbrugman committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    22b02ea View commit details
    Browse the repository at this point in the history
  10. update snap file

    sbrugman committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    32e5293 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Update crates/ruff/src/rules/flake8_use_pathlib/rules/glob_rule.rs

    Co-authored-by: konsti <konstin@mailbox.org>
    sbrugman and konstin committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    d69e139 View commit details
    Browse the repository at this point in the history
  2. Update crates/ruff/src/rules/flake8_use_pathlib/rules/glob_rule.rs

    Co-authored-by: konsti <konstin@mailbox.org>
    sbrugman and konstin committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    9c8e367 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

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

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    27af59a View commit details
    Browse the repository at this point in the history
  2. Tweak table

    charliermarsh committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    689181e View commit details
    Browse the repository at this point in the history