Removed unnecessary linting ignore setting.

This commit is contained in:
jupfi 2024-06-01 21:01:55 +02:00
parent c32d08fcd0
commit 7577c245db
2 changed files with 1 additions and 4 deletions

View file

@ -41,9 +41,6 @@ extend-select = [
"D", # pydocstyle
]
[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401"]
[tool.ruff.lint.pydocstyle]
convention = "google"

View file

@ -1 +1 @@
"""Empty file to make this directory a package."""
"""The visual pulse programming module for quackseq in the NQRduck project."""