We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef99f09 + 11b8e96 commit f63c1fdCopy full SHA for f63c1fd
.github/workflows/lint-pr-title.yml
@@ -14,7 +14,7 @@ jobs:
14
timeout-minutes: 1
15
16
steps:
17
- - uses: amannn/action-semantic-pull-request@v5
+ - uses: amannn/action-semantic-pull-request@v6
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
with:
pyproject.toml
@@ -17,7 +17,7 @@ dev = [
"pytest-timeout==2.4.0",
"pytest-asyncio==1.1.0",
"pytest-cov==6.2.1",
- "ruff==0.12.8",
+ "ruff==0.12.9",
21
"bandit==1.8.6",
22
"pyright==1.1.403",
23
"twine==6.1.0",
0 commit comments