Skip to content

Commit

Permalink
Merge branch 'master' into supports-utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Nov 30, 2024
2 parents 6ca01fe + 8513d9b commit fdd3637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Basic example of running the linter from Python:

.. code-block:: python
import yamllint
import yamllint.config
import yamllint.linter
yaml_config = yamllint.config.YamlLintConfig("extends: default")
for p in yamllint.linter.run(open("example.yaml", "r"), yaml_config):
Expand Down

0 comments on commit fdd3637

Please sign in to comment.