Skip to content

Conversation

@0xmaayan
Copy link
Contributor

@0xmaayan 0xmaayan commented Jan 29, 2026

The venv/ folder in the ai-image-generation app contains Python virtual environment packages (torch, tokenizers, etc.) that were being incorrectly linted by biome.

This adds !**/venv/** to the biome ignore list to skip these third-party files.


Note

Low Risk
Low risk config-only change that reduces lint/format scope by ignoring venv/**; no runtime behavior is affected.

Overview
Updates biome.json to exclude venv/** from Biome’s file includes, preventing linting/formatting of Python virtual environment files.

Written by Cursor Bugbot for commit 60db834. This will update automatically on new commits. Configure here.

The venv/ folder contains Python virtual environment packages that
shouldn't be checked by biome.
@0xmaayan 0xmaayan closed this Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants