Skip to content

Commit

Permalink
pylint rules loosened.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Jul 3, 2017
1 parent 046c8c8 commit 2c495f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .landscape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ strictness: medium

ignore-paths:
- docs

pylint:
disable:
- unused-import
- protected-access
- too-many-arguments

0 comments on commit 2c495f8

Please sign in to comment.