-
# User story
As a user I want to be warned that I should be using AwareDatetimeWithDefault instead of datetime. Updating to aind-flake8-extensions>=0.6 would make this happen, but this causes problem…
-
### 🐛 Describe the bug
Using the parameters from the example in:
https://pytorch.org/audio/main/generated/torchaudio.models.Conformer.html
then trying to use the export flow, causes an errror.
…
-
Has there been a discussion around making a flake8 extension to raise issues if a deprecated_field is referenced?
-
# Description of feature
Our python code is mostly `CamelCase`, but there are exceptions. To keep the python MDO Lab codebase and APIs consistent and predicable, we could and probably should integrat…
-
## Describe the bug
`files.put()` does not expand `~` to the value of `$HOME`
## To Reproduce
```python
from pyinfra.operations import files
files.put(name='Copy file', src='README.md', des…
-
It is possible to move most settings from separate files, such as setup.py, setup.cfg, MANIFEST.in, and other configuration files, inside pyproject.toml. Below is an example that combines these files …
-
### 🐛 Describe the bug
```
https://pytorch.org/executorch/stable/apple-runtime.html
./build/build_apple_frameworks.sh --coreml --custom --mps --optimized --portable --quantized --xnnpack
```
…
-
### What happened + What you expected to happen
While running the pre-commit hook of flake8, the following error occurs if Python version is 3.12. It's because the version of flake8 is too old.
…
-
Let's add static analysis tools, like flake8/mypy/ruff/etc into the automatic build.
The questions are:
- Which tools do we want to use?
- Which rules?
Maybe we also want to make sure that t…
-
## Issue
tox-uv (1.15) runs with Python 3.9, and fails with 3.10 and 3.11.
```bash
tox ✘ 2 3.10.15 (temperature-sensor) 12:47:24
py: venv> .venv/bin/uv venv -p /h…