diff --git a/.yamllint.yaml b/.yamllint.yaml new file mode 100644 index 000000000..003eb5d56 --- /dev/null +++ b/.yamllint.yaml @@ -0,0 +1,10 @@ +# Summary: yamllint configuration for TensorFlow Quantum. +# See https://yamllint.readthedocs.io/ for info about configuration options. + +rules: + line-length: + # A common occurrence in YAML files is long URLs. The next two settings are + # not specific to URLs, but help. It saves developer time by not requiring + # comment directives to disable warnings at every occurrence. + allow-non-breakable-words: true + allow-non-breakable-inline-mappings: true