Search Criteria
Package Details: python-flake8-bugbear 24.10.31-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-flake8-bugbear.git (read-only, click to copy) |
---|---|
Package Base: | python-flake8-bugbear |
Description: | Plugin for Flake8 finding likely bugs and design problems in your program |
Upstream URL: | https://github.com/PyCQA/flake8-bugbear |
Licenses: | MIT |
Submitter: | polyzen |
Maintainer: | Alfred456654 |
Last Packager: | Alfred456654 |
Votes: | 3 |
Popularity: | 0.009072 |
First Submitted: | 2017-05-14 07:29 (UTC) |
Last Updated: | 2024-11-01 06:27 (UTC) |
Dependencies (9)
- flake8
- python-attrs
- flake8 (make)
- python-attrs (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-hypothesmith (python-hypothesmith-032AUR) (check)
Required by (2)
- freenom-dns-updater (check)
- papis-git (check)
Latest Comments
gesh commented on 2024-03-28 18:58 (UTC)
Any reason the checkdepends is spelled
python-hypothesmith-032
and notpython-hypothesmith=0.3.2
? As it stands, thePKGBUILD
doesn't want to build withpython-hypothesmith
from the repos. And besides that, why the version bound?check()
passes perfectly well withhypothesmith 0.3.3
installed.whynothugo commented on 2023-02-21 22:32 (UTC)
I'm going to orphan this. I'm using
ruff
for all the functionality provided by flake8+this plugin:https://whynothugo.nl/journal/2023/01/20/notes-on-ruff/
CyanoKobalamyne commented on 2022-01-20 18:00 (UTC)
Tests seem to be failing for the latest release (22.1.11), namely
test_selfclean_bugbear
.polyzen commented on 2018-08-07 19:09 (UTC)
Tests pass on master, so I will prod them for a release.
whynothugo commented on 2018-08-07 15:18 (UTC)
It's failing to build for me (tests is failing).
Is this an upstream issue?