Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for linting pycon code blocks #2

Merged
merged 1 commit into from
Jun 15, 2019
Merged

Conversation

johnfraney
Copy link
Owner

Add support for linting pycon code blocks, like:

```pycon
>>> banana = "banana"
>>> for character in banana:
...     print(characterr)
```
  • Include license file in build
  • Bump version to v0.2.0

Closes #1

Add support for linting pycon code blocks, like:

    ```pycon
    >>> banana = "banana"
    >>> for character in banana:
    ...     print(characterr)
    ```

- Include license file in build
- Bump version to v0.2.0

Closes #1
@johnfraney johnfraney merged commit 048b082 into master Jun 15, 2019
@johnfraney johnfraney deleted the lint-pycon-blocks branch June 15, 2019 03:28
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is there a way to lint doctest compatible code examples.
1 participant