1. 68356ea Merge pull request #2587 from DanielNoord/mypy-fixes by Daniël van Noord · 5 days ago main
  2. 8790581 Fix `mypy` issues uncovered by compiling with `mypyc` by Daniël van Noord · 5 days ago
  3. d75b093 Merge pull request #2585 from DanielNoord/wrap-modes by Daniël van Noord · 5 days ago
  4. 0f3f032 Don't dynamically generate `WrapModes` by Daniël van Noord · 5 days ago
  5. e971161 Merge pull request #2581 from sakshichitnis27/Issue/2569-sort-reexports-skip by Daniël van Noord · 5 days ago
  6. 3c087a0 Honor skip comments when sorting reexports by sakshichitnis27 · 6 days ago
  7. a8c0004 Merge pull request #2579 from DanielNoord/tomli by Daniël van Noord · 8 days ago
  8. 0577f3a Run ruff format by Daniël van Noord · 8 days ago
  9. d6f5a65 Remove unused import by Daniël van Noord · 8 days ago
  10. c63f0bf Run `isort` over vendored code by Daniël van Noord · 8 days ago
  11. 4cde37c Bump vendored `tomli` to `2.4.1` by Daniël van Noord · 8 days ago
  12. 7f321d3 Merge pull request #2576 from lord-haffi/issue/2280 by Daniël van Noord · 9 days ago 9.0.0b1
  13. 590141c Merge pull request #2577 from maxtaran2010/fix/jsonifiable-typo-in-preconvert-docstring by Daniël van Noord · 11 days ago
  14. c265800 Fix typo in _preconvert docstring: JSONifyiable -> JSONifiable by maxtaran2010 · 13 days ago
  15. 339aaba style: put _black_quote docstring closing quotes on their own line (FLK-D209); document _repr_element by lord-haffi · 2 weeks ago
  16. 6e9b20c style: apply ruff format to the new literal/regression tests by lord-haffi · 2 weeks ago
  17. 1a8642a docs: reference PR #2576 instead of issue in reexport seek clamp comments by lord-haffi · 2 weeks ago
  18. 88db9f4 fix: clamp sort_reexports rollback seek so check mode can't seek negative (#2280) by lord-haffi · 2 weeks ago
  19. 0983e65 Merge remote-tracking branch 'upstream/main' into issue/2280 by lord-haffi · 2 weeks ago
  20. c7394e8 fix: make sorted __all__ and literals black-compatible (#2280) by lord-haffi · 2 weeks ago
  21. fd8bd07 Merge pull request #2574 from apoorvdarshan/fix-isort-skip-with-future-import-2092 by Daniël van Noord · 2 weeks ago
  22. 6dcdb84 Merge pull request #2575 from Khabib73/tests/improve-coverage-literal by staticdev · 2 weeks ago
  23. cef9dcc improve coverage by Khabib · 2 weeks ago
  24. 793a91e Honor `# isort: skip` when a __future__ import is present (#2092) by apoorvdarshan · 2 weeks ago
  25. a0cc97f Merge pull request #2568 from urayoru113/issue/2093 by Daniël van Noord · 2 weeks ago
  26. 2b07aa5 Fix NOQA not added to long imports in several output paths by urayoru · 3 weeks ago
  27. 01adac1 Merge pull request #2572 from PyCQA/dependabot/github_actions/github-actions-f70c9f6d5c by Daniël van Noord · 3 weeks ago
  28. 1a6ed16 Bump the github-actions group with 3 updates by dependabot[bot] · 3 weeks ago
  29. 0740d0c Merge pull request #2561 from PyCQA/dependabot/uv/cryptography-48.0.1 by Daniël van Noord · 4 weeks ago
  30. ee0073f Bump cryptography from 46.0.7 to 48.0.1 by dependabot[bot] · 5 weeks ago
  31. b1b176d Merge pull request #2558 from sarathfrancis90/fix/noqa-wrap-mode-space-accumulation by Daniël van Noord · 5 weeks ago
  32. 9274fca Fix NOQA wrap mode accumulating spaces before the comment on each run by Sarath Francis · 5 weeks ago
  33. 9622891 Merge pull request #2557 from teeberg/fix-typo-acknlowedgements by staticdev · 5 weeks ago
  34. 73c73a8 Merge pull request #2556 from sarathfrancis90/fix/noqa-wrap-mode-idempotency by staticdev · 5 weeks ago
  35. e72c36c Fix typo "Acknlowedgements" by Jonas Trappenberg · 5 weeks ago
  36. 892248d Fix non-idempotent NOQA wrap mode with imports that have their own comment by Sarath Francis · 6 weeks ago
  37. a70164f Merge pull request #2554 from sarathfrancis90/fix/split-on-trailing-comma-idempotency by Daniël van Noord · 6 weeks ago
  38. 8dab19d Fix non-idempotent output with split_on_trailing_comma and a non-default wrap mode by Sarath Francis · 7 weeks ago
  39. 87adfe4 Merge pull request #2547 from Abdu-Ahmed/fix/sort-reexports-non-seekable-stream-2393 by Daniël van Noord · 7 weeks ago
  40. 5d7a933 Fix style properly by Daniël van Noord · 7 weeks ago
  41. a23e62a Fix style by Daniël van Noord · 7 weeks ago
  42. d72a1eb Raise error when --sort-reexports is used with stdin by Abdu Ahmed · 7 weeks ago
  43. 442e3a3 Raise ValueError when sort_reexports used with non-seekable stream by Abdu Ahmed · 7 weeks ago
  44. 8b45039 Fix --sort-reexports crash with non-seekable streams (e.g. stdin) by Abdu Ahmed · 7 weeks ago
  45. e9dba88 Merge pull request #2553 from PyCQA/copilot/fix-issue-2528 by Daniël van Noord · 7 weeks ago
  46. 407e937 Fix typing issue by Daniël van Noord · 7 weeks ago
  47. ff3a332 Change test format by Daniël van Noord · 7 weeks ago
  48. 487b9e4 Fix float_to_top isort off handling with CRLF by copilot-swe-agent[bot] · 7 weeks ago
  49. 5c42386 Merge pull request #2550 from PyCQA/dependabot/uv/uv-0.11.15 by Daniël van Noord · 7 weeks ago
  50. b676a56 Bump uv from 0.11.6 to 0.11.15 by dependabot[bot] · 8 weeks ago
  51. 7317ad1 Merge pull request #2546 from PyCQA/dependabot/uv/idna-3.15 by Daniël van Noord · 9 weeks ago
  52. 40fc96e Bump idna from 3.10 to 3.15 by dependabot[bot] · 9 weeks ago
  53. 0351f0e Merge pull request #2542 from sparrowt/issue-2532 by Daniël van Noord · 10 weeks ago
  54. 58b3a61 Ensure lazy=True checks the unstaged file by T Sparrow · 2 months ago
  55. a6cf942 TDD: regression test for #2532 by T Sparrow · 2 months ago
  56. 967d206 Merge pull request #2522 from PyCQA/copilot/update-release-workflow-structure by Daniël van Noord · 2 months ago
  57. 9a32300 Changes by Daniël van Noord · 2 months ago
  58. 00f8a26 Update release.yml to pylint-style structure with separate build/publish jobs by copilot-swe-agent[bot] · 2 months ago
  59. f7d0e75 Merge pull request #2540 from PyCQA/dependabot/uv/urllib3-2.7.0 by Daniël van Noord · 2 months ago
  60. 85d3650 Bump urllib3 from 2.6.3 to 2.7.0 by dependabot[bot] · 2 months ago
  61. ffe68a4 Merge pull request #2539 from PyCQA/dependabot/uv/gitpython-3.1.50 by Daniël van Noord · 2 months ago
  62. d0401fe Bump gitpython from 3.1.49 to 3.1.50 by dependabot[bot] · 2 months ago
  63. 0bdc76b Merge pull request #2537 from PyCQA/dependabot/uv/gitpython-3.1.49 by staticdev · 2 months ago
  64. 8425f2c Bump gitpython from 3.1.47 to 3.1.49 by dependabot[bot] · 2 months ago
  65. 1850872 Merge pull request #2530 from rohitshinde08/issue/2526 by Daniël van Noord · 2 months ago
  66. b0fcc67 Fix styling by Daniël van Noord · 2 months ago
  67. da791b9 Use correct var by Daniël van Noord · 2 months ago
  68. d2102a1 Simplify a bit by Daniël van Noord · 2 months ago
  69. 0c05115 fix: strip .md extension in build hook for Sphinx MyST compatibility by Rohit Shinde · 2 months ago
  70. 1f76d30 fix: adjust relative links for generated include files by Rohit Shinde · 2 months ago
  71. 9d25fae fix: use absolute paths for reliable RTD build and clean up imports by Rohit Shinde · 2 months ago
  72. 997b86d Merge branch 'main' into issue/2526 by Rohit Shinde · 2 months ago
  73. f3ddf83 fix: rename _build to generated to avoid RTD naming conflict by Rohit Shinde · 2 months ago
  74. 4f9bde6 Address maintainer feedback: add types and move generated files to _build by Rohit Shinde · 2 months ago
  75. 5e24c24 Merge pull request #2531 from sparrowt/remove-defunct-option by Daniël van Noord · 2 months ago
  76. a53fecb Remove references to defunct `git_ignore` config by T Sparrow · 3 months ago
  77. 8abc7aa Refactor docs build hooks for better linter compliance (DeepSource) by Rohit Shinde · 3 months ago
  78. 9d9b121 Fix broken relative links in README and CHANGELOG for both GitHub and Sphinx by Rohit Shinde · 3 months ago
  79. 831d4d0 Fix broken relative links in README and CHANGELOG for both GitHub and Sphinx by Rohit Shinde · 3 months ago
  80. ab9cd36 Merge pull request #2525 from duriantaco/remove-dead-code by Daniël van Noord · 3 months ago
  81. d97047d Remove unused _ENCODING_PATTERN regex and re import by duriantaco · 3 months ago
  82. 048e370 Merge pull request #2523 from PyCQA/dependabot/uv/gitpython-3.1.47 by staticdev · 3 months ago
  83. 6c7bdad Bump gitpython from 3.1.44 to 3.1.47 by dependabot[bot] · 3 months ago
  84. dac090c Merge pull request #2521 from PyCQA/ci/fix-trusted-publishing by staticdev · 3 months ago 9.0.0a3
  85. 8fc956a Fix trusted publishing by staticdev · 3 months ago
  86. d422b4f Merge pull request #2520 from DanielNoord/fix-release by Daniël van Noord · 3 months ago 9.0.0a2
  87. 0aba11b Run Release on release, not on tag by Daniël van Noord · 3 months ago
  88. 1b4dc69 Merge pull request #2519 from DanielNoord/fix-release by Daniël van Noord · 3 months ago 9.0.0a1
  89. d5c73bb Ensure release workflow runs on alpha and beta tags by Daniël van Noord · 3 months ago
  90. fbcd23d Merge pull request #2503 from PyCQA/copilot/2462-sort-import-statements by Daniël van Noord · 3 months ago
  91. 851471b Merge pull request #2517 from DanielNoord/remove-script by Daniël van Noord · 3 months ago
  92. 2fc4565 Remove unused and broken dependencies by Daniël van Noord · 3 months ago
  93. 07d3275 Implement support for sorting lazy imports by Daniël van Noord · 3 months ago
  94. 22adde2 Merge pull request #2516 from DanielNoord/type-imports by Daniël van Noord · 3 months ago
  95. b8002af Remove `Any` from `parse.py` by Daniël van Noord · 3 months ago
  96. 807e851 Merge pull request #2515 from PyCQA/dependabot/uv/pytest-9.0.3 by staticdev · 3 months ago
  97. 934d85a Bump pytest from 8.4.2 to 9.0.3 by dependabot[bot] · 3 months ago
  98. 3e8e9fb Merge pull request #2514 from PyCQA/dependabot/uv/uv-0.11.6 by staticdev · 3 months ago copilot/fix-isort-configuration-issue
  99. 8b28c7c Bump uv from 0.9.6 to 0.11.6 by dependabot[bot] · 3 months ago
  100. e7590fd Merge pull request #2513 from PyCQA/dependabot/uv/cryptography-46.0.7 by staticdev · 3 months ago