Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Louis-Amaury Chaib
Copyright (c) 2026 Louis-Amaury Chaib

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jira-commit-msg = "jira_commit_msg:app"
[dependency-groups]
dev = [
"pytest>=9.1.1,<10",
"ruff>=0.15.22,<0.16",
"ruff>=0.16.0,<0.17",
"pytest-coverage>=0.0,<0.1",
"pre-commit>=4.6.1,<5",
"ty>=0.0.64",
Expand Down
3 changes: 2 additions & 1 deletion src/jira_commit_msg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) 2026 Louis-Amaury Chaib
from pathlib import Path
from re import compile as regex
from typing import Annotated
Expand All @@ -21,7 +22,7 @@ def branch_name(repo: Repo | None = None) -> str:


@app.command()
def prepare_commit_msg( # noqa: PLR0913
def prepare_commit_msg( # noqa: PLR0913,PLR0917
commit_msg_file: Annotated[
Path,
Argument(
Expand Down
1 change: 1 addition & 0 deletions test/test_commit_jira_issue.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) 2026 Louis-Amaury Chaib
from contextlib import contextmanager
from pathlib import Path
from subprocess import check_output
Expand Down
44 changes: 22 additions & 22 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading