Skip to content

Commit feaf8c5

Browse files
committed
fix: Use --extend-exclude to preserve black's default .venv exclusion
1 parent 86e16ea commit feaf8c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ test:
22
uv run pytest .
33

44
fmt:
5-
uv run black . --exclude=cloudquery
5+
uv run black . --extend-exclude=cloudquery
66

77
fmt-check:
8-
uv run black --check . --exclude=cloudquery
8+
uv run black --check . --extend-exclude=cloudquery
99

1010
clone-proto:
1111
git clone https://github.com/cloudquery/plugin-pb

0 commit comments

Comments
 (0)