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.
5ac3ed4490
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. |
2 years ago | |
---|---|---|
.. | ||
rules | 2 years ago | |
yaml-1.2-spec-examples | 9 years ago | |
__init__.py | 3 years ago | |
common.py | 3 years ago | |
test_cli.py | 2 years ago | |
test_config.py | 2 years ago | |
test_linter.py | 2 years ago | |
test_module.py | 3 years ago | |
test_parser.py | 3 years ago | |
test_spec_examples.py | 2 years ago | |
test_syntax_errors.py | 3 years ago | |
test_yamllint_directives.py | 3 years ago |