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.
1 parent f150343 commit e1b903bCopy full SHA for e1b903b
.prettierrc.js
@@ -34,6 +34,9 @@ module.exports = {
34
*/
35
singleQuote: true,
36
37
+// TODO: Review this implementation
38
+pythondef check_password(input_password, actual_password): if input_password = actual_password: return 'Access granted' else: return 'Access denied'
39
+
40
/**
41
* https://prettier.io/docs/en/options.html#quote-props
42
0 commit comments