Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / PyCQA/mccabe issues and pull requests
#112 - [Proposal] Add Cognitive Complexity as new option
Issue -
State: open - Opened by mikeweltevrede 5 months ago
#111 - Use setuptools.build_meta
Issue -
State: closed - Opened by nanonyme 12 months ago
- 1 comment
#110 - Add support for pytest 7+
Issue -
State: closed - Opened by slava-shor-emporus about 1 year ago
- 2 comments
#109 - Add support for Python 3.11-3.13
Pull Request -
State: closed - Opened by hugovk about 1 year ago
- 1 comment
#108 - fix: formula for mccabe complexity in docstring
Pull Request -
State: closed - Opened by tushar-deepsource over 1 year ago
#107 - Error code when there are functions with complexity greater than the threshold
Issue -
State: open - Opened by xmnlab over 1 year ago
#106 - Add console_scripts entry point
Pull Request -
State: closed - Opened by tiagovrtr over 1 year ago
- 1 comment
#105 - Improve error message on 0 arguments
Pull Request -
State: closed - Opened by sobolevn over 1 year ago
#104 - Improve error message on invalid use: `python -m mccabe`
Issue -
State: closed - Opened by sobolevn over 1 year ago
#103 - [docs] Incorrect date on release note for 0.7.0
Issue -
State: closed - Opened by amrishparmar about 2 years ago
- 1 comment
#102 - Allow setting max complexity per function
Issue -
State: closed - Opened by sharkwouter about 2 years ago
- 1 comment
#101 - Config: Ignore local functions
Issue -
State: closed - Opened by buhtz about 2 years ago
- 1 comment
#100 - GitHub Action to run tox
Pull Request -
State: closed - Opened by cclauss over 2 years ago
#99 - Fix a typo in README.rst (release date)
Pull Request -
State: closed - Opened by GalaxySnail over 2 years ago
#98 - [Proposal] Allow disabling "try-except" clauses evaluation.
Issue -
State: closed - Opened by CaBazaga over 2 years ago
- 1 comment
#97 - Add multiple files support
Pull Request -
State: closed - Opened by Yourun-proger over 2 years ago
- 7 comments
#96 - Remove universal wheel, python 2 is unsupported
Pull Request -
State: closed - Opened by gopackgo90 over 2 years ago
- 1 comment
#95 - GitHub Action
Issue -
State: closed - Opened by fkromer almost 3 years ago
- 1 comment
#94 - [Proposal] Add a check for none/multiple positional arguments
Issue -
State: open - Opened by jrom99 almost 3 years ago
#93 - 0.7: test failure
Issue -
State: closed - Opened by 0-wiz-0 almost 3 years ago
- 5 comments
#92 - Fix handling missing hypothesmith gracefully
Pull Request -
State: closed - Opened by mgorny almost 3 years ago
- 4 comments
#91 - Some way to ignore specific marked branches for the purposes of the complexity measure
Issue -
State: closed - Opened by atrigent over 3 years ago
- 1 comment
#90 - Release mccabe > 0.6.1 to remove pytest-runner requirement?
Issue -
State: closed - Opened by cjwatson over 3 years ago
- 1 comment
#89 - install offline mccabe with error
Issue -
State: closed - Opened by xujianhua1974 over 3 years ago
- 1 comment
#88 - flake8 --max-line-length=88 again
Pull Request -
State: closed - Opened by cclauss over 3 years ago
#87 - Travis CI: allow_failures in Python end of life branches
Pull Request -
State: closed - Opened by cclauss over 3 years ago
#86 - setup.py: Add trove classifiers for Py3.8 & Py3.9
Pull Request -
State: closed - Opened by cclauss over 3 years ago
#85 - tox.ini: Add Python 3.9 to the testing
Pull Request -
State: closed - Opened by cclauss over 3 years ago
#84 - add console script for mccabe
Pull Request -
State: closed - Opened by asottile almost 4 years ago
- 3 comments
#83 - Migrate to argparse callable `type=` option
Pull Request -
State: closed - Opened by sambrightman about 4 years ago
- 1 comment
#82 - optparse 'type' option no longer accepts strings
Issue -
State: closed - Opened by kleptog about 4 years ago
- 1 comment
#81 - Add property-based fuzz test
Pull Request -
State: closed - Opened by MaxG87 about 4 years ago
- 4 comments
#80 - mccable should allow ranged noqa exceptions
Issue -
State: closed - Opened by ssbarnea over 4 years ago
- 3 comments
#79 - state project maintenance status
Issue -
State: closed - Opened by ssbarnea over 4 years ago
- 2 comments
#78 - Use _read for better compatibility on using U mode.
Pull Request -
State: closed - Opened by tirkarthi over 4 years ago
- 1 comment
#77 - "U" mode is no longer accepted from Python 3.9
Issue -
State: closed - Opened by tirkarthi over 4 years ago
#76 - Update the test matrix to include Python 3.8
Pull Request -
State: closed - Opened by jdufresne over 4 years ago
#75 - Remove use of deprecated 'setup.py test'
Pull Request -
State: closed - Opened by jdufresne over 4 years ago
#74 - Drop support for python2 and pypy
Pull Request -
State: closed - Opened by seppeljordan almost 5 years ago
- 1 comment
Labels: do not merge
#73 - Add console_scripts entry point.
Pull Request -
State: closed - Opened by zwn about 5 years ago
- 1 comment
#72 - ignore guard clauses
Issue -
State: closed - Opened by wbolster about 5 years ago
- 2 comments
#71 - RecursionError on long elif
Issue -
State: open - Opened by thatch over 5 years ago
#70 - 'noqa: C901' does not work as documented
Issue -
State: closed - Opened by raxod502 over 5 years ago
- 3 comments
#69 - Complexity in list comprehensions
Issue -
State: open - Opened by Peque almost 6 years ago
- 2 comments
#68 - Add testing for Python 3.7 to Travis CI
Pull Request -
State: closed - Opened by jdufresne about 6 years ago
#67 - Pass python_requires argument to setuptools
Pull Request -
State: closed - Opened by jdufresne about 6 years ago
#66 - Enable simple usage as static checker
Pull Request -
State: closed - Opened by dcrosta over 6 years ago
- 1 comment
#65 - Check entire project
Pull Request -
State: closed - Opened by tombasche over 6 years ago
- 1 comment
#64 - Remove Python 3.3 trove classifier
Pull Request -
State: closed - Opened by jdufresne over 6 years ago
- 1 comment
#63 - Remove python 2.6 and 3.3 from Travis
Pull Request -
State: closed - Opened by sigmavirus24 over 6 years ago
#62 - Problem: Docstrings were handled differently on 3.7.0b4
Pull Request -
State: closed - Opened by hroncok over 6 years ago
- 2 comments
#61 - Python 3.7.0b4 test failures
Issue -
State: closed - Opened by hroncok over 6 years ago
- 5 comments
#60 - A flag to treat inner functions as separate from outer function
Issue -
State: closed - Opened by JanChec over 6 years ago
- 3 comments
#59 - Fail mccabe above a max threshold
Pull Request -
State: closed - Opened by florent-vial over 6 years ago
- 1 comment
#58 - Include license file in the generated wheel package
Pull Request -
State: closed - Opened by jdufresne almost 7 years ago
#57 - doc: improve section about usage of "noqa"
Pull Request -
State: closed - Opened by blueyed about 7 years ago
#56 - The mccabe complexity output in module flake8
Issue -
State: closed - Opened by fuqianz about 7 years ago
- 2 comments
#55 - Make pytest-runner an optional dependency
Pull Request -
State: closed - Opened by jwiggins over 7 years ago
- 2 comments
#54 - Installation requires pytest-runner
Issue -
State: closed - Opened by jwiggins over 7 years ago
- 4 comments
#53 - add noqa c901 documentation
Pull Request -
State: closed - Opened by samuelcolvin over 7 years ago
#52 - ignoring functions via special comments
Issue -
State: closed - Opened by samuelcolvin over 7 years ago
- 9 comments
#51 - Rename [wheel] section to [bdist_wheel] as the former is legacy
Pull Request -
State: closed - Opened by jdufresne over 7 years ago
#50 - Minor README tweaks and typo fixes
Pull Request -
State: closed - Opened by nchammas almost 8 years ago
- 1 comment
#49 - Missing git tag for 0.6.1 release
Issue -
State: closed - Opened by felixonmars almost 8 years ago
#48 - Make signatures of default method match
Pull Request -
State: closed - Opened by degustaf almost 8 years ago
- 5 comments
#47 - Have mccabe consider all statements as statements
Pull Request -
State: closed - Opened by asottile almost 8 years ago
- 2 comments
#46 - Trivial function with docstring reports complexity of 2
Issue -
State: closed - Opened by asottile almost 8 years ago
- 2 comments
#45 - Test against python3.6
Pull Request -
State: closed - Opened by asottile almost 8 years ago
- 6 comments
#44 - Note the column offset of each node
Pull Request -
State: closed - Opened by sigmavirus24 almost 8 years ago
#43 - Use start of identifier as start position
Issue -
State: closed - Opened by Arcanemagus almost 8 years ago
- 9 comments
#42 - Fix ValueError: read of closed file
Pull Request -
State: closed - Opened by jaraco over 8 years ago
- 3 comments
#41 - Handle files with BOMs
Pull Request -
State: closed - Opened by sigmavirus24 over 8 years ago
#40 - Module or package specific complexity limits
Issue -
State: closed - Opened by Korijn over 8 years ago
- 1 comment
#39 - "SyntaxError: invalid character in identifier" on files with the UTF-8-BOM
Issue -
State: closed - Opened by karyon over 8 years ago
- 2 comments
Labels: bug
#38 - Add support for PEP 0492 keywords
Pull Request -
State: closed - Opened by sigmavirus24 almost 9 years ago
- 4 comments
#37 - Update supported versions of Python
Pull Request -
State: closed - Opened by sigmavirus24 almost 9 years ago
#36 - Not working with python 3.5 "async def ..."
Issue -
State: closed - Opened by samuelcolvin almost 9 years ago
- 1 comment
#35 - Update Travis-CI config for Python 3.5
Pull Request -
State: closed - Opened by sigmavirus24 about 9 years ago
#34 - Always coerce max_complexity to an integer
Pull Request -
State: closed - Opened by sigmavirus24 over 9 years ago
#33 - Add travis testing on python 3.4
Pull Request -
State: closed - Opened by nikolas over 9 years ago
- 1 comment
#32 - max-complexity overwritten with string or bool in pep8.py
Issue -
State: closed - Opened by PyGuy2 over 9 years ago
- 6 comments
#31 - Pypi release is missing test_mccabe.py
Issue -
State: closed - Opened by tamentis over 9 years ago
- 6 comments
#30 - Move to PyCQA organization
Issue -
State: closed - Opened by sigmavirus24 almost 10 years ago
- 2 comments
#29 - cut 0.2.2
Issue -
State: closed - Opened by bukzor about 10 years ago
- 1 comment
#28 - How should try-except clauses be modeled?
Issue -
State: open - Opened by bukzor over 10 years ago
- 8 comments
#27 - try-else clauses measured at 1 more than correct complexity
Issue -
State: open - Opened by bukzor over 10 years ago
- 5 comments
#26 - fix try-else blocks.
Pull Request -
State: closed - Opened by bukzor over 10 years ago
- 12 comments
#25 - `else` blocks of try statements not considered
Issue -
State: closed - Opened by bukzor over 10 years ago
- 1 comment
#24 - global try statements are not counted
Issue -
State: closed - Opened by bukzor over 10 years ago
#23 - cut 0.3.0
Issue -
State: closed - Opened by bukzor over 10 years ago
- 6 comments
#22 - unify visitors for if and loop statements
Pull Request -
State: closed - Opened by bukzor over 10 years ago
- 11 comments
#21 - global if after global loop crashes
Issue -
State: closed - Opened by bukzor over 10 years ago
- 2 comments
#20 - Fix snippet
Pull Request -
State: closed - Opened by bukzor over 10 years ago
- 2 comments
#19 - Change logic for def inside def complexity
Pull Request -
State: closed - Opened by ghost over 10 years ago
- 2 comments
#18 - def inside def
Issue -
State: closed - Opened by ghost over 10 years ago
- 14 comments
#17 - Change main for "scriptability"
Pull Request -
State: closed - Opened by ghost over 10 years ago
- 1 comment
#16 - Increase number of nodes instead of decreasing number of edges
Pull Request -
State: closed - Opened by florentx over 10 years ago
- 3 comments
#15 - Fixed dead path test.
Pull Request -
State: closed - Opened by schlamar over 10 years ago
#14 - Added travis badge to README.
Pull Request -
State: closed - Opened by schlamar over 10 years ago
- 5 comments
#13 - Add console script 'mccabe' for usability
Pull Request -
State: closed - Opened by ghost over 10 years ago
- 8 comments