Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandezcuesta authored Nov 26, 2024
2 parents ffafaed + 8513d9b commit 1346875
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 1346875

Please sign in to comment.