Skip to content

Commit

Permalink
make lint rules consistent between the repos
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Oct 28, 2024
1 parent f21d9e3 commit a9cad91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,11 @@ select = [
# print statements
"T201",
# pandas-vet
"PD"
"PD",
# numpy 2.0
"NPY201"
]
ignore = [
"E501",
# pydocstyle
"D107", # Missing docstring in __init__
"D417", # Missing argument descriptions in the docstring, this is a bug from pydocstyle: https://github.com/PyCQA/pydocstyle/issues/449
Expand Down

0 comments on commit a9cad91

Please sign in to comment.