-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hello,
I attempted to use the exclude option in pyproject.toml to prevent formatting on my file locators.py, but encountered an issue where it began formatting files within my virtual environment packages. Consequently, I included my virtual environment's directory name, .venv, to exclude it from formatting. However, it seems there's a typo in the configuration:
[tool.blue]
exclude = '''
/locators.py
/.venv/*
'''
Metadata
Metadata
Assignees
Labels
No labels