We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e16ea commit feaf8c5Copy full SHA for feaf8c5
1 file changed
Makefile
@@ -2,10 +2,10 @@ test:
2
uv run pytest .
3
4
fmt:
5
- uv run black . --exclude=cloudquery
+ uv run black . --extend-exclude=cloudquery
6
7
fmt-check:
8
- uv run black --check . --exclude=cloudquery
+ uv run black --check . --extend-exclude=cloudquery
9
10
clone-proto:
11
git clone https://github.com/cloudquery/plugin-pb
0 commit comments