Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 27, 2024
1 parent 59b05de commit 6076fd2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ lint.select = [
"W", # pydocstyle
]

lint.per-file-ignores."pocean/tests/*.py" = [
"F403",
"F405",
]
lint.isort.order-by-type = false
lint.ignore = [
#"E265",
#"E221",
Expand All @@ -88,6 +83,12 @@ lint.ignore = [
"W293",
]

lint.per-file-ignores."pocean/tests/*.py" = [
"F403",
"F405",
]
lint.isort.order-by-type = false

[tool.pytest.ini_options]
addopts = "-s -rxs -v"

Expand Down

0 comments on commit 6076fd2

Please sign in to comment.