I hereby claim:
- I am marcosgabarda on github.
- I am marcosgabarda (https://keybase.io/marcosgabarda) on keybase.
- I have a public key ASD1F997Nry4KGFvXSNN5cdCwdkh8dqPw_Qkr6PerGO0-Ao
To claim this, I am signing this object:
# http://editorconfig.org | |
root = true | |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
insert_final_newline = true | |
trim_trailing_whitespace = true |
# Gist to save my atom settings | |
$ apm install sync-settings |
I hereby claim:
To claim this, I am signing this object:
import random | |
from django import forms | |
class ShrugForm(forms.Form): | |
def clean(self): | |
super().clean() | |
if random.choice([True, False]): |