Skip to content

Commit 81e4e59

Browse files
committed
upgrade pylint
1 parent cb9cc51 commit 81e4e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
python -m pip install --upgrade pip
1717
pip install -e .
18-
pip install "pylint==2.12.2" "PyYAML>=6.0"
18+
pip install "pylint==3.3.3" "PyYAML>=6.0"
1919
- name: Pylint
2020
run: |
2121
pylint wapiti_swagger/

0 commit comments

Comments
 (0)