We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e2b2b commit 636d8a2Copy full SHA for 636d8a2
.github/workflows/py-test.yml
@@ -3,10 +3,6 @@ name: "Python testing"
3
4
on:
5
push:
6
- branches:
7
- - master
8
- - main
9
- - dev
10
pull_request:
11
schedule:
12
- cron: "23 3 * * 1"
requirements-test.txt
@@ -5,7 +5,7 @@ colorlog~=6.8
flake8~=7.0
flake8-docstrings~=1.7
mypy~=1.10
-pylint~=3.1
+pylint~=3.3
pylint-strict-informational==0.1
pytest>=7.2
pytest-cov>=3.0
0 commit comments