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.
io.open() is an alias for for the builtin open() function: https://docs.python.org/3/library/io.html#io.open If open() cannot open a file, an OSError is raised: https://docs.python.org/3/library/functions.html#open EnvironmentError is kept for compatibility with previous versions; starting from Python 3.3, it is an alias of OSError: https://docs.python.org/3/library/exceptions.html#EnvironmentError Directly yield from an iterable instead of iterating to yield items. |
3 years ago | |
|---|---|---|
| .. | ||
| rules | 3 years ago | |
| yaml-1.2-spec-examples | 10 years ago | |
| __init__.py | 3 years ago | |
| common.py | 3 years ago | |
| test_cli.py | 3 years ago | |
| test_config.py | 3 years ago | |
| test_linter.py | 3 years ago | |
| test_module.py | 3 years ago | |
| test_parser.py | 3 years ago | |
| test_spec_examples.py | 3 years ago | |
| test_syntax_errors.py | 3 years ago | |
| test_yamllint_directives.py | 3 years ago | |