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 3d23939 + 677599a commit f0e7a39Copy full SHA for f0e7a39
.github/workflows/precommitVersionBumps.yml
@@ -71,7 +71,7 @@ jobs:
71
SITE_PACKAGES_PATH: ${{ env.SITE_PACKAGES_PATH }}
72
73
- name: Setup Node.js environment
74
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
75
with:
76
node-version: "20.9.0"
77
.github/workflows/semanticVersionBump.yml
@@ -45,7 +45,7 @@ jobs:
45
python-version: "3.11"
46
47
48
49
50
51
requirements.txt
@@ -11,7 +11,7 @@ flake8-coding==1.3.2
11
pre-commit==4.3.0
12
isort==6.0.1
13
mypy==1.18.2
14
-pylint==3.3.8
+pylint==4.0.2
15
bandit==1.8.6
16
pydocstringformatter==0.7.5
17
tox==4.30.2
0 commit comments