Skip to content

Commit

Permalink
[CHORE] preserve quotes in yaml (#3042)
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 authored Oct 15, 2024
1 parent 5e8a725 commit e3ee441
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@ body:
placeholder: Some related requests in other projects or upstream spec proposals.
validations:
required: false
- type: checkboxes
- type: dropdown
id: contribute
attributes:
label: Would you like to implement a fix?
description: |
For guidance on how to get started, refer to the [contribution guide](https://github.com/Eventual-Inc/Daft/blob/main/CONTRIBUTING.md).
options:
- Yes
- "No"
- "Yes"
validations:
required: true
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repos:
args: [--autofix]
exclude: Cargo.lock
- id: pretty-format-yaml
args: [--autofix]
args: [--autofix, --preserve-quotes]

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
Expand Down

0 comments on commit e3ee441

Please sign in to comment.