Skip to content

Commit 38ca5b2

Browse files
dependabot[bot]joce
authored andcommitted
Bump ruff from 0.14.10 to 0.14.11
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.10 to 0.14.11. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.10...0.14.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.11 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea83033 commit 38ca5b2

File tree

2 files changed

+25
-23
lines changed

2 files changed

+25
-23
lines changed

src/calahan/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
)
2222

2323
# Add NullHandler to prevent errors if the application doesn't configure logging
24-
logging.getLogger(__name__).addHandler(logging.NullHandler())
24+
# fmt: off
25+
logging.getLogger(__name__).addHandler(logging.NullHandler()) # noqa: RUF067 RUF100 RUF102
26+
# fmt: on
2527

2628
__all__ = [
2729
"CalahanError",

uv.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)