Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry authored May 27, 2023
1 parent e3de774 commit f608b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ ignore = [
"E402",
#"W503",
#"W504",
"D203", "D211", "D213"
"D203", "D211", "D213",
"UP006", "UP007", # see ruff GH#4427
]
line-length = 88
select = [
Expand Down Expand Up @@ -217,7 +218,6 @@ per-file-ignores."**/{cli,tests,tutorials,devtools}/**/*{.py,ipynb}" = ["T2"]

external = ["B950"]
pydocstyle = {convention = "numpy"}
pyupgrade = {keep-runtime-typing = true}

mccabe = {max-complexity = 15} # max branches inside a function.

Expand Down

0 comments on commit f608b8f

Please sign in to comment.