diff options
| author | 2019-04-24 17:28:43 -0400 | |
|---|---|---|
| committer | 2019-04-24 17:28:43 -0400 | |
| commit | 341de95b6e7ebf2205248bd69cce7510c8e9ecfe (patch) | |
| tree | eda3671a86771dc8fb279c059cc199827d5bf3b1 | |
| parent | Relint Snekbox with new linting rules (diff) | |
Put back D400 as ignored code
Oops
| -rw-r--r-- | .flake8 | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -10,7 +10,7 @@ ignore=      # Docstring Quotes      D301,D302,      # Docstring Content -    D401,D402,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414 +    D400, D401,D402,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414  exclude=      __pycache__,.cache,      venv,.venv, | 
