You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yamllint/yamllint
Adrien Vergé 89b75b7c05 refactor: Remove UTF-8 headers in Python files
The `# -*- coding: utf-8 -*-` headers were useful for Python 2, and
aren't needed for Python 3 where UTF-8 is the default.

yamllint support of Python 2 was dropped in early 2021, see commit
a3fc64d "End support for Python 2".

Let's drop these headers.
3 years ago
..
conf fix(default.yaml): disable `empty-values` & `octal-values` by default 5 years ago
rules refactor: Remove UTF-8 headers in Python files 3 years ago
__init__.py refactor: Remove UTF-8 headers in Python files 3 years ago
__main__.py Add __main__ 8 years ago
cli.py refactor: Remove UTF-8 headers in Python files 3 years ago
config.py refactor: Remove UTF-8 headers in Python files 3 years ago
linter.py refactor: Remove UTF-8 headers in Python files 3 years ago
parser.py refactor: Remove UTF-8 headers in Python files 3 years ago