We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217a787 commit 2f06999Copy full SHA for 2f06999
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
fetch-depth: 0
16
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
17
- name: Python Semantic Release
18
- uses: relekang/python-semantic-release@v7.33.0
+ uses: relekang/python-semantic-release@v7.33.1
19
with:
20
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
21
pypi_token: ${{ secrets.PYPI_TOKEN }}
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
hooks:
- id: isort
22
- repo: https://github.com/pycqa/pylint
23
- rev: v2.15.10
+ rev: v2.16.1
24
25
- id: pylint
26
additional_dependencies:
@@ -47,6 +47,6 @@ repos:
47
- id: rst-directive-colons
48
- id: rst-inline-touching-normal
49
- repo: https://github.com/maxbrunet/pre-commit-renovate
50
- rev: 34.117.1
+ rev: 34.124.5
51
52
- id: renovate-config-validator
0 commit comments