Skip to content

Commit

Permalink
configs
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed May 13, 2018
1 parent 641cffd commit e270acd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .editorconfig
Expand Up @@ -5,7 +5,6 @@ root = true
[*]
charset = utf-8
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

Expand Down
2 changes: 1 addition & 1 deletion .pylintrc
Expand Up @@ -5,7 +5,7 @@ load-plugins=pylint_common, pylint_django
max-line-length=120

[MESSAGES CONTROL]
disable=missing-docstring,invalid-name
disable=too-few-public-methods

[DESIGN]
max-parents=13
Expand Down
4 changes: 2 additions & 2 deletions pytest.ini
@@ -1,3 +1,3 @@
[pytest]
DJANGO_SETTINGS_MODULE=config.settings.test
norecursedirs = node_modules
DJANGO_SETTINGS_MODULE = config.settings.test
norecursedirs = node_modules

0 comments on commit e270acd

Please sign in to comment.