Search Criteria
Package Details: python-darker 1.7.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-darker.git (read-only, click to copy) |
---|---|
Package Base: | python-darker |
Description: | Apply black reformatting to Python files only in regions changed since a given commit |
Upstream URL: | https://github.com/akaihola/darker |
Licenses: | BSD |
Submitter: | qubidt |
Maintainer: | qubidt |
Last Packager: | qubidt |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-09-10 02:50 (UTC) |
Last Updated: | 2023-05-04 13:14 (UTC) |
Dependencies (17)
- python (nogil-python, python36, python32, python39, python38, python37, python310, python312)
- python-black (python-black-git)
- python-toml
- python-build (make)
- python-installer (python-installer-git) (make)
- python-setuptools (make)
- python-wheel (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (check)
- python-flynt (check)
- python-isort (check)
- python-pygments (check)
- python-pytest (check)
- python-pytest-kwparametrize (check)
- python-regex (python-regex-git) (check)
- python-flynt (optional) – convert string literals to f-strings
- python-isort (optional) – for sorting import statements
- python-pygments (optional) – terminal syntax highlighting
Latest Comments
qubidt commented on 2023-05-05 15:24 (UTC)
Darker is currently broken with latest version of
python-flynt
(0.78). Upstream bug: https://github.com/akaihola/darker/issues/472matoro commented on 2023-02-23 18:27 (UTC)
This is currently broken with the version of python-black in the community repo, needs to be updated to 1.6.0 to fix: https://github.com/akaihola/darker/issues/412