Skip to content

Commit 3a41f04

Browse files
committed
Merge branch 'master' of github.com:danni/django-postgres-composite-types
2 parents aa28bfa + 10ed046 commit 3a41f04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pylintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[MASTER]
22
load-plugins=pylint_django
3+
ignore=migrations
34

45
[REPORTS]
56
output-format=colorized
@@ -16,6 +17,7 @@ disable=
1617
locally-disabled,
1718
locally-enabled,
1819
model-missing-unicode,
20+
no-else-raise,
1921
no-else-return,
2022
no-self-use,
2123
too-few-public-methods,

0 commit comments

Comments
 (0)