| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move setuptools integration to private subpackage | Ronny Pfannschmidt | 2023-05-09 | 1 | -0/+105 |
| | | |||||
| * | bugfix: restore merge-lost encoding for setup.cfg loading | Ronny Pfannschmidt | 2023-03-09 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/debt/unused-code' | Ronny Pfannschmidt | 2023-02-24 | 1 | -8/+2 |
| |\ | |||||
| | * | Merge branch 'main' into debt/unused-code | Ronny Pfannschmidt | 2022-09-14 | 1 | -2/+0 |
| | |\ | |||||
| | * | | Remove IO parameter for read_dist_name_from_setup_cfg, which is unused and ↵ | Jason R. Coombs | 2022-08-19 | 1 | -6/+2 |
| | | | | | | | | | | | | | untested. | ||||
| * | | | pre-commit updates | Ronny Pfannschmidt | 2023-02-12 | 1 | -1/+0 |
| | | | | |||||
| * | | | introduce config overries | Ronny Pfannschmidt | 2023-01-18 | 1 | -6/+5 |
| | | | | | | | | | | | | | toml based env vars | ||||
| * | | | Replace `del section[...]` with `section.pop(...)` | Dimitri Papadopoulos | 2022-11-20 | 1 | -1/+1 |
| | |/ |/| | | | | | | | Addresses refurb alert: [FURB131]: Replace `del x[y]` with `x.pop(y)` | ||||
| * | | [pre-commit.ci] auto fixes from pre-commit.com hooks | pre-commit-ci[bot] | 2022-08-19 | 1 | -1/+1 |
| | | | | | | | | | for more information, see https://pre-commit.ci | ||||
| * | | Force encoding when reading setup.cfg. Fixes #760. | Jason R. Coombs | 2022-08-19 | 1 | -1/+1 |
| |/ | |||||
| * | Use stdlib tomllib instead of tomli for Python 3.11+ | Hugo van Kemenade | 2022-07-11 | 1 | -3/+7 |
| | | |||||
| * | fix #738: protect relative_to of Configuration.from_file | Ronny Pfannschmidt | 2022-07-01 | 1 | -2/+9 |
| | | | | | | users assumed it makes sense to use in the configfile, where we actually have to use the config file name itself as ancor | ||||
| * | cleanup pyproject loading and allow cli relative roots to be specified | Ronny Pfannschmidt | 2022-06-28 | 3 | -0/+106 |
| this also tries to address concerns by @qubidt in #691 / #702 | |||||
