Skip to content

Commit 192a90e

Browse files
smackeseyLoHertel
authored andcommitted
[prettier] Fix make prettier (dagster-io#27620)
## Summary & Motivation `make prettier` is broken due to some files added for testing broken components yaml, this fixes it by adding a `.prettierignore` file. ## How I Tested These Changes `make prettier`
1 parent 2ab5c78 commit 192a90e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.prettierignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These files have broken syntax purpose for error testing purposes
2+
python_modules/libraries/dagster-components/dagster_components_tests/integration_tests/components/validation/invalid_yaml_invalid_char/component.yaml
3+
python_modules/libraries/dagster-components/dagster_components_tests/integration_tests/components/validation/invalid_yaml_missing_quote/component.yaml

0 commit comments

Comments
 (0)