Skip to content

Commit

Permalink
chore(ide): update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wvenialbo committed Oct 25, 2024
1 parent 6f0bf83 commit 79e5c21
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,17 @@
profile = "black"

[tool.flake8]
docstring-style = "numpy"
# darglint, darglint2
docstring_style = "numpy"
# flake8-docstrings
docstring-convention = "numpy"
extend-ignore = [
"ANN101",
]
max-line-length = 79
per-file-ignores = [
"__init__.py:F401"
"__init__.py:F401",
"./src/GOES_DL/utils/headers.py:DAR201",
]
strictness = "full"
allow-init-docstring = true
Expand Down

0 comments on commit 79e5c21

Please sign in to comment.