Skip to content

Commit

Permalink
Merge branch 'main' into scipp_pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet authored Dec 3, 2024
2 parents 1e7ba9b + 2ed79d9 commit d61c047
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion template/.github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
name: docs_html
path: html/

- uses: JamesIves/github-pages-deploy-action@v4.6.9
- uses: JamesIves/github-pages-deploy-action@v4.7.1
if: ${{ inputs.publish }}
with:
branch: gh-pages
Expand Down
1 change: 0 additions & 1 deletion template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ pydocstyle.convention = "numpy"

[tool.ruff.lint.per-file-ignores]
# those files have an increased risk of relying on import order
"__init__.py" = ["I"]
"tests/*" = [
"S101", # asserts are fine in tests
"B018", # 'useless expressions' are ok because some tests just check for exceptions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) {{year}} {{orgname|capitalize}} contributors (https://github.com/{{orgname}})
# ruff: noqa: E402, F401
# ruff: noqa: E402, F401, I

import importlib.metadata

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) {{year}} {{orgname|capitalize}} contributors (https://github.com/{{orgname}})
# ruff: noqa: E402, F401
# ruff: noqa: E402, F401, I

import importlib.metadata

Expand Down

0 comments on commit d61c047

Please sign in to comment.