Search Criteria
Package Details: python-flake8-bugbear 25.11.29-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: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-05-14 07:29 (UTC) |
| Last Updated: | 2025-11-30 22:32 (UTC) |
Dependencies (9)
- flake8 (python-flake8)
- python-attrs (python-attrs-gitAUR)
- flake8 (python-flake8) (make)
- python-attrs (python-attrs-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-hypothesmith (check)
Latest Comments
UnkwUsr commented on 2026-01-11 01:12 (UTC)
This packages requires
python-pytestto build:gesh commented on 2024-12-23 14:43 (UTC) (edited on 2024-12-23 14:43 (UTC) by gesh)
Note: Package needs to be rebuilt for Python 3.13 (a bump to pkgrel suffices)
gesh commented on 2024-03-28 18:58 (UTC)
Any reason the checkdepends is spelled
python-hypothesmith-032and notpython-hypothesmith=0.3.2? As it stands, thePKGBUILDdoesn't want to build withpython-hypothesmithfrom the repos. And besides that, why the version bound?check()passes perfectly well withhypothesmith 0.3.3installed.whynothugo commented on 2023-02-21 22:32 (UTC)
I'm going to orphan this. I'm using
rufffor 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?