Skip to content

Commit

Permalink
Merge branch 'pybamm-team:develop' into install_odes
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal authored Dec 27, 2023
2 parents 6aa6685 + ee64eaf commit ed3f741
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.8"
rev: "v0.1.9"
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand Down
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,12 @@ testpaths = [
]
console_output_style = "progress"
xfail_strict = true
filterwarnings = ["error"]
filterwarnings = [
"error",
# ignore internal nbmake warnings
'ignore:unclosed \<socket.socket:ResourceWarning',
'ignore:unclosed event loop \<:ResourceWarning',
]

# Logging configuration
log_cli = "true"
Expand Down

0 comments on commit ed3f741

Please sign in to comment.