pypa / hatch

Modern, extensible Python project management
https://hatch.pypa.io/latest/
MIT License
6.11k stars 309 forks source link

MAINT: Convert manually cached BuilderConfig properties to cached_property #1760

Closed maresb closed 2 weeks ago

maresb commented 1 month ago

I'm working up to some other contributions, but wanted to do some preliminary cleanup.

Unless I screwed something up, this is a pure refactor, completely equivalent to the previous code, just a bit more tidy thanks to Python 3.8 features.

maresb commented 1 month ago

Rebased on master without changes for a linear history