Skip to content

Commit 636d8a2

Browse files
committed
Update GitHub test rules
1 parent 32e2b2b commit 636d8a2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/py-test.yml

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: "Python testing"
33

44
on:
55
push:
6-
branches:
7-
- master
8-
- main
9-
- dev
106
pull_request:
117
schedule:
128
- cron: "23 3 * * 1"

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ colorlog~=6.8
55
flake8~=7.0
66
flake8-docstrings~=1.7
77
mypy~=1.10
8-
pylint~=3.1
8+
pylint~=3.3
99
pylint-strict-informational==0.1
1010
pytest>=7.2
1111
pytest-cov>=3.0

0 commit comments

Comments
 (0)