Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
- id: bind-requirements

- repo: https://github.com/domdfcoding/flake8-dunder-all
rev: v0.1.4
rev: v0.1.5
hooks:
- id: ensure-dunder-all
files: ^notebook2script/.*\.py$
Expand Down
4 changes: 3 additions & 1 deletion notebook2script/pointless.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"""
Ensure pointless statements in scripts are converted
into print function calls
""" # noqa: D400
"""

# noqa: D400
#
# Copyright (C) 2020 Dominic Davis-Foster
#
Expand Down