We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53ab14d + f0ebf57 commit 5b75920Copy full SHA for 5b75920
.yamllint.yaml
@@ -0,0 +1,10 @@
1
+# Summary: yamllint configuration for TensorFlow Quantum.
2
+# See https://yamllint.readthedocs.io/ for info about configuration options.
3
+
4
+rules:
5
+ line-length:
6
+ # A common occurrence in YAML files is long URLs. The next two settings are
7
+ # not specific to URLs, but help. It saves developer time by not requiring
8
+ # comment directives to disable warnings at every occurrence.
9
+ allow-non-breakable-words: true
10
+ allow-non-breakable-inline-mappings: true
0 commit comments