From a45505143f89718073b7d06c99d09c05cd0e4108 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 19 Mar 2020 11:20:05 -0700 Subject: pyupgrade: automated removal of python2 constructs using configuration: ```yaml - repo: https://github.com/asottile/pyupgrade rev: v2.1.0 hooks: - id: pyupgrade args: [--py3-plus, --keep-percent-format] exclude: ^tests/(extensions/data/|functional/|input/|regrtest_data/) ``` --- pylint/reporters/base_reporter.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'pylint/reporters/base_reporter.py') diff --git a/pylint/reporters/base_reporter.py b/pylint/reporters/base_reporter.py index 1003eeb25..279ede610 100644 --- a/pylint/reporters/base_reporter.py +++ b/pylint/reporters/base_reporter.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/master/COPYING -- cgit v1.2.1