yamllint/tests
Adrien Vergé 151b1c4086 style: Fix indentation test file missing whitespace
Commit 764586d "indentation: Fix indent-sequences in nested collections"
introduced 2 style-related problems:

    tests/rules/test_indentation.py:1394:45: E231 missing whitespace after ','
    tests/rules/test_indentation.py:1402:45: E231 missing whitespace after ','

Let's fix them.
2022-10-24 14:37:48 +02:00
..
rules style: Fix indentation test file missing whitespace 2022-10-24 14:37:48 +02:00
yaml-1.2-spec-examples Tests: Remove ghost character from YAML spec example 2016-02-01 23:27:49 +01:00
__init__.py refactor: Remove UTF-8 headers in Python files 2022-06-09 09:40:06 +02:00
common.py tests: Increase test coverage 2022-06-09 10:03:08 +02:00
test_cli.py No need to inherit from object in Python 3 2022-08-05 08:49:56 +02:00
test_config.py config: Implement for ignore-from-file option 2022-08-10 08:35:40 +02:00
test_linter.py tests: Increase test coverage 2022-06-09 10:03:08 +02:00
test_module.py refactor: Remove UTF-8 headers in Python files 2022-06-09 09:40:06 +02:00
test_parser.py refactor: Remove UTF-8 headers in Python files 2022-06-09 09:40:06 +02:00
test_spec_examples.py refactor: Remove UTF-8 headers in Python files 2022-06-09 09:40:06 +02:00
test_syntax_errors.py refactor: Remove UTF-8 headers in Python files 2022-06-09 09:40:06 +02:00
test_yamllint_directives.py refactor: Remove UTF-8 headers in Python files 2022-06-09 09:40:06 +02:00