Skip to content

Commit

Permalink
[qa] Don't skip README in docstrfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 3, 2024
1 parent 75dade8 commit 1b0234b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ omit = [
]

[tool.docstrfmt]
extend_exclude = ["**/*.py", "README.rst"]
extend_exclude = ["**/*.py"]

[tool.isort]
known_third_party = ["django", "django_x509"]
Expand Down

0 comments on commit 1b0234b

Please sign in to comment.