| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
(#528)
Fixes #527.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.257 → v0.0.261](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.257...v0.0.261)
- [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0)
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
| | |
|
| |
|
| |
Fixes #505.
|
| |
|
| |
Co-authored-by: Joe Rickerby <joerick@mac.com>
|
| |
|
| |
Also re-added the fallback for `license_paths` on setuptools versions older than 57.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 21.12b0 → 22.1.0](https://github.com/psf/black/compare/21.12b0...22.1.0)
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
| |
|
|
|
|
|
| |
Distutils has been deprecated and will be removed in Python 3.12.
This changeset replaces distutils logging with similar logging functionality from setuptools (when ready), and if not available, provides a replacement of its own.
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
|
| |
|
| |
Added pyupgrade and flake8-bugbear to pre-commit configuration. Converted all code to py37+ syntax. Reformatted the pre-commit configuration file.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Fixes #415.
|
| | |
|
| |
|
|
| |
Closes #323. Fixes #322.
|
|
|
Fixes #37.
|