Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: astral-sh/ruff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.214
Choose a base ref
...
head repository: astral-sh/ruff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.215
Choose a head ref
  • 12 commits
  • 35 files changed
  • 4 contributors

Commits on Jan 7, 2023

  1. Automatically remove duplicate dictionary keys (#1710)

    For now, to be safe, we're only removing keys with duplicate _values_.
    
    See: #1647.
    charliermarsh authored Jan 7, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4de6c26 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a9cc56b View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    16d933f View commit details
  4. Treat failures to fix TypedDict conversions as debug logs (#1723)

    This also allows us to flag the error, even if we can't fix it.
    
    Closes #1212.
    charliermarsh authored Jan 7, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1c6ef36 View commit details
  5. Implement --isolated CLI flag (#1727)

    Closes #1724.
    charliermarsh authored Jan 7, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7d24146 View commit details

Commits on Jan 8, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4149627 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f9a5867 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8b01b53 View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    491b1e4 View commit details
  5. buf-fix: flake8_simplify SIM212 (#1732)

    bug-fix in #1717
    
    Use the correct `IfExprWithTwistedArms` struct.
    chammika-become authored Jan 8, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    212ce4d View commit details
  6. Remove assertNotContains (#1729)

    `unittest.TestCase` doens't have a method named `assertNotContains`.
    harupy authored Jan 8, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0b3fab2 View commit details
  7. Copy the full SHA
    0152814 View commit details
Loading