diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 160e12d..67a759c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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$ diff --git a/notebook2script/pointless.py b/notebook2script/pointless.py index df4ab1d..b84df20 100644 --- a/notebook2script/pointless.py +++ b/notebook2script/pointless.py @@ -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 #