Skip to content

Commit

Permalink
Merge pull request #93 from pyoceans/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
ocefpaf authored May 28, 2024
2 parents e45bb0f + 6076fd2 commit 287f570
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ repos:
- requirements-dev.txt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.4.5
hooks:
- id: ruff

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.1.1"
rev: "2.1.3"
hooks:
- id: pyproject-fmt

Expand Down
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 287f570

Please sign in to comment.