mirror of
https://github.com/nqrduck/nqrduck-spectrometer-limenqr.git
synced 2024-11-09 19:20:02 +00:00
Removed unnecessary linting ignore setting.
This commit is contained in:
parent
b8d1bef447
commit
737441551b
1 changed files with 1 additions and 3 deletions
|
@ -29,6 +29,7 @@ dependencies = [
|
|||
"pyqt6",
|
||||
"h5py",
|
||||
"pyserial",
|
||||
"quackseq_limenqr",
|
||||
]
|
||||
|
||||
[project.entry-points."nqrduck"]
|
||||
|
@ -45,9 +46,6 @@ extend-select = [
|
|||
"D", # pydocstyle
|
||||
]
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"__init__.py" = ["F401"]
|
||||
|
||||
[tool.ruff.lint.pydocstyle]
|
||||
convention = "google"
|
||||
|
||||
|
|
Loading…
Reference in a new issue