diff options
author | 谭九鼎 <109224573@qq.com> | 2020-06-11 14:25:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 08:25:03 +0200 |
commit | 201daa6f77a6ea2c630629cb7a944f341b46a454 (patch) | |
tree | 0a8c16577a684d8956ff7aac1f2f60346b590606 /pylint/checkers/raw_metrics.py | |
parent | 2a883cbc4361603c720addae6d9420e8a156e313 (diff) | |
download | pylint-git-201daa6f77a6ea2c630629cb7a944f341b46a454.tar.gz |
Chore: use https links (#3679)
Diffstat (limited to 'pylint/checkers/raw_metrics.py')
-rw-r--r-- | pylint/checkers/raw_metrics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/raw_metrics.py b/pylint/checkers/raw_metrics.py index 44d54a09d..0016eb2a4 100644 --- a/pylint/checkers/raw_metrics.py +++ b/pylint/checkers/raw_metrics.py @@ -12,7 +12,7 @@ # For details: https://github.com/PyCQA/pylint/blob/master/COPYING """ Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE). - http://www.logilab.fr/ -- mailto:contact@logilab.fr + https://www.logilab.fr/ -- mailto:contact@logilab.fr Raw metrics checker """ |