Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Commit

Permalink
Restore cyclic import check (R0401)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jul 17, 2015
1 parent ec1dc34 commit de746ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ pep257: depends-ci

.PHONY: pylint
pylint: depends-ci
$(PYLINT) $(PACKAGE) --rcfile=.pylintrc --disable=R0912,C0111,R0401
$(PYLINT) $(PACKAGE) --rcfile=.pylintrc --disable=R0912,C0111

.PHONY: fix
fix: depends-dev
Expand Down

0 comments on commit de746ba

Please sign in to comment.