Browse Source

chore: linting on full repo

pull/373/head
Richard Nemeth 2 years ago
parent
commit
843113921c
  1. 1
      docs/source/changelog.rst
  2. 2
      pyproject.toml
  3. 2
      tox.ini

1
docs/source/changelog.rst

@ -1,2 +1 @@
.. mdinclude:: ../../CHANGELOG.md

2
pyproject.toml

@ -84,4 +84,4 @@ line_length = 99
profile = "black"
[tool.darglint]
enable = "DAR104"
enable = "DAR104"

2
tox.ini

@ -54,4 +54,4 @@ ignore = D203, D213, W503
docstring_style = sphinx
[darglint]
enable = DAR104
enable = DAR104
Loading…
Cancel
Save