Skip to content

Commit de038ee

Browse files
committed
modern astroid means pylint raises "not-callable" errors
1 parent 3e2d1d7 commit de038ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
test: flake8 pylint pytest
44

55
pylint:
6-
pylint sqlalchemydiff -E
6+
pylint sqlalchemydiff -E --disable=E1102
77

88
flake8:
99
flake8 sqlalchemydiff test

0 commit comments

Comments
 (0)