Skip to content

Commit

Permalink
revert darglint version
Browse files Browse the repository at this point in the history
  • Loading branch information
keithasaurus committed Sep 28, 2023
1 parent 5a5032e commit 22fdc0d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ django = "4.2.5"
django-stubs = "4.2.4"
pytest-django = "4.5.2"
sphinx-autodoc-typehints = "1.23.0"
darglint2 = "1.8.2"
darglint = "1.8.1"
black = "23.9.1"

[tool.mypy]
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ exclude = build,codegen,tests/test_examples.py

[darglint]
docstring_style = SPHINX
ignore_raise = NotImplementedError
ignore_raise = NotImplementedError
ignore = DAR401

0 comments on commit 22fdc0d

Please sign in to comment.