J Alan Brogan

Results 11 issues of J Alan Brogan

Fixes #80 Adds the missing names to `python.txt` Adds a test case to check a Python `class` which includes every possible magic method name

Python code which defines "magic methods" (a.k.a. "dunder methods") can lead to a lot of errors from `flake8-spellcheck` For example, each of the following methods will raise errors, because `eq`,...

### Describe your issue? Following directions in “Terminal Proxy Setup” I see $ .

issue

I see this while running my tests I’m not importing `syllapy` directly, it is a dependency of a dependency of mine ``` .venv/lib/python3.11/site-packages/syllapy/data_loader.py:3 /opt/clones/github/jalanb/zatsos/zatso/.venv/lib/python3.11/site-packages/syllapy/data_loader.py:3: DeprecationWarning: pkg_resources is deprecated as an...

On my machine the given method to extract the last command does not work: ``` sh $ echo $0 -bash $ bash --version GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin11) Copyright (C)...

Preferably generated from running code

Syntax highlighting seems to br triggered by file types, i.e. file extensions. So that `fred.py` is highligghted as Python syntax. Unfortunately this means that a file called just `fred`, which...

Catch the problem, raise a nicer error message Fixes #248

# Setup Mac, 15.2 Python, 3.13.2 bumpver, 2024.1130 # Problem ```bash $ bumpver update -n --minor INFO - Old Version: 0.0.0 INFO - New Version: 0.1.0 ERROR - Possible greedy...

**Describe the bug** When running `vermin` on my code I see: ``` $ vermin pysyte/ Minimum required versions: 3.9 Incompatible versions: 2 ``` The last line is ambiguous and left...