Clone this repo:
  1. c2052d6 Fix crash in typecheck checker when metaclass argument is a non-class (#11074) by Sai Asish Y · 11 hours ago main
  2. b0feb02 Bump actions/checkout from 6.0.2 to 6.0.3 (#11073) by dependabot[bot] · 13 hours ago
  3. 55a7316 Cover previously-untested dunder methods and edge cases in symilar by Pierre Sassoulas · 23 hours ago
  4. bf0b2e9 Cover aligned-zip fallback in symilar's _find_common by Pierre Sassoulas · 23 hours ago
  5. cc129f2 Re-enable duplicate-code checker in stdlib primer test by Pierre Sassoulas · 23 hours ago
  6. 1453abc Cap hash bucket Cartesian product to prevent quadratic blow-up by Pierre Sassoulas · 23 hours ago
  7. b10aa50 Reuse parsed AST in stripped_lines to avoid redundant astroid.parse() by Pierre Sassoulas · 23 hours ago
  8. 285a2e4 Introduce LineSetHashResult and make hash params required in _find_common by Pierre Sassoulas · 23 hours ago
  9. dd07305 Speed up duplicate-code checker with rolling hash and caching by Pierre Sassoulas · 23 hours ago
  10. c6ca272 Fix a crash in `consider-using-enumerate` for non-name loop targets (#11067) by Joeseph Grey · 2 days ago
  11. ffe2023 Fix crash in deprecated checker for non-string ``__import__`` argument (#11061) by Sai Asish Y · 3 days ago
  12. f339d47 docs: Change `--indent-string`'s whitespace representation (#9904) by Roger Sheu · 3 days ago
  13. d6eb481 fix: use metaclass __call__ signature on class instantiation (#11055) by Millefeuille · 3 days ago
  14. ecf358f Fix crash on chained TypeAlias assignment with a non-name target (#11062) by Sai Asish Y · 3 days ago
  15. f27e3c0 Fix no-member false positive on union with dynamic __getattr__ (#11052) by Hamza Mobeen · 3 days ago
  16. 880b90d Fix ``function-redefined`` false positive for names matching ``dummy-variables-rgx`` (#11046) by Pierre Sassoulas · 7 days ago
  17. 5b17c0a [pre-commit.ci] pre-commit autoupdate (#11049) by pre-commit-ci[bot] · 8 days ago
  18. 635ebe9 Fix crash on non-constant ``TypeVar`` variance argument (#11027) by Pierre Sassoulas · 9 days ago
  19. c8be7ea Fix crash when ``NotImplemented`` is used as an ``if`` test (#11026) by Pierre Sassoulas · 10 days ago
  20. 2ff604a Bump default python to 3.14 by Jacob Walls · 10 days ago