Skip to content

Commit

Permalink
Merge branch 'main' into fix_ruff_dep
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni authored Oct 28, 2024
2 parents 1cfcf49 + e15cb50 commit e8fcf2b
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 e8fcf2b

Please sign in to comment.