Skip to content

Commit

Permalink
[AIRFLOW-580] Prevent landscape warning on .format
Browse files Browse the repository at this point in the history
Prevent landscape warning for use of .format in logging

Closes #1843 from robin-miller-ow/DisableLoggingSt
ringFormattingStyleWarningInLandscapeIO
  • Loading branch information
robin-miller-ow authored and r39132 committed Oct 27, 2016
1 parent 2f26126 commit 1aa241d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .landscape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ pylint:
- super-on-old-class
- wrong-import-order
- wrong-import-position
- logging-format-interpolation
options:
docstring-min-length: 10

0 comments on commit 1aa241d

Please sign in to comment.