James Braza

Results 264 issues of James Braza

#### Environment Versions 1. OS Type: macOS Big Sur v11.5.1 1. Python version: `$ python -V`: 3.10.3 1. pip version: `$ pip --version`: 22.2.2 1. pip-tools version: `$ pip-compile --version`:...

**Feature** The repo I work within support Python 3.7 - 3.9 right now. I use mypy to check the repo's typing. Currently, in my `pyproject.toml` config, I have `python_version =...

feature
topic-configuration

Are you willing to consider built-in whitelisting "unused variable" reports for context management's `__exit__`? Context management is a fundamental aspect of Python, with `__exit__`'s signature documented in [Python's data model](https://docs.python.org/3/reference/datamodel.html#object.__exit__)....

# Please always follow these steps: - [x] Confirmed this is a problem with `brew install`ing one, specific formula and not every time you run `brew`? If it's a general...

I am a fan of `check-mailmap` and use this hook. I think it would be cool if `check-mailmap` had an argument to confirm the `.mailmap` is alphabetically ordered. Bonus points:...

Click to expand! ### Issue Type Bug ### Source source ### Tensorflow Version 2.10.0 ### Custom Code No ### OS Platform and Distribution macOS Monterey version 12.6 ### Mobile device...

stat:awaiting response
type:build/install
stalled
subtype:macOS
TF 2.10

Revives and improves https://github.com/jmorganca/ollama/pull/440 to close https://github.com/jmorganca/ollama/issues/546.

**Is your feature request related to a problem? Please describe.** I came across the below code snippet today. `black==23.12.0` does not remove the extra space after the f-string's colon: ```python...

T: enhancement

**Is your feature request related to a problem? Please describe.** Looks like https://github.com/psf/black-pre-commit-mirror/blob/91867dbada8a528dcc51a369d95a9d11a81a26a8/.github/workflows/mirror.yml#L7 runs at 5:43 am UTC. An aside, is it's too bad seconds aren't supported by `cron` otherwise...

T: enhancement
C: maintenance

**Is your feature request related to a problem? Please describe.** I like `black`'s default of 88-char line length, except for `docs/` renderings, where code blocks may be rendered via Sphinx...

T: enhancement