From 843113921cfb4e549b927053c8202826ea2b1f06 Mon Sep 17 00:00:00 2001 From: Richard Nemeth Date: Thu, 4 Aug 2022 14:44:44 +0000 Subject: [PATCH] chore: linting on full repo --- docs/source/changelog.rst | 1 - pyproject.toml | 2 +- tox.ini | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 102c113..ab37940 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,2 +1 @@ .. mdinclude:: ../../CHANGELOG.md - \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7874ca4..a115c32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,4 +84,4 @@ line_length = 99 profile = "black" [tool.darglint] -enable = "DAR104" \ No newline at end of file +enable = "DAR104" diff --git a/tox.ini b/tox.ini index 06a0855..044f8b6 100644 --- a/tox.ini +++ b/tox.ini @@ -54,4 +54,4 @@ ignore = D203, D213, W503 docstring_style = sphinx [darglint] -enable = DAR104 \ No newline at end of file +enable = DAR104