Skip to content

Commit

Permalink
Merge pull request #18 from lsst-sqre/tickets/DM-47672
Browse files Browse the repository at this point in the history
DM-47672: Prepare 0.3.2 release
  • Loading branch information
rra authored Dec 2, 2024
2 parents 4258e10 + 56eaa06 commit 201e2ca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ Find changes for the upcoming release in the project's [changelog.d directory](h

<!-- scriv-insert-here -->

<a id='changelog-0.3.2'></a>
## 0.3.2 (2024-12-02)

### Bug fixes

- Require Jira ticket references start at a word boundary so that, for example, `LDM-1234` is not detected as ticket `DM-1234`.

<a id='changelog-0.3.1'></a>
## 0.3.1 (2024-10-10)

Expand Down
3 changes: 0 additions & 3 deletions changelog.d/20241202_143730_rra_DM_47672.md

This file was deleted.

16 changes: 3 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,22 +89,12 @@ asyncio_mode = "strict"
# listed in python_files.
python_files = ["tests/*.py", "tests/*/*.py"]

# The rule used with Ruff configuration is to disable every lint that has
# legitimate exceptions that are not dodgy code, rather than cluttering code
# with noqa markers. This is therefore a reiatively relaxed configuration that
# errs on the side of disabling legitimate lints.
#
# Reference for settings: https://beta.ruff.rs/docs/settings/
# Reference for rules: https://beta.ruff.rs/docs/rules/
# Use the generic Ruff configuration in ruff.toml and extend it with only
# project-specific settings. Add a [tool.ruff.lint.extend-per-file-ignores]
# section for project-specific ignore rules.
[tool.ruff]
extend = "ruff-shared.toml"

[tool.ruff.lint]
ignore = [
# Temporary bug workarounds.
"S113", # https://github.com/astral-sh/ruff/issues/12210
]

[tool.ruff.lint.isort]
known-first-party = ["unfurlbot", "tests"]
split-on-trailing-comma = false
Expand Down

0 comments on commit 201e2ca

Please sign in to comment.