Skip to content

Commit 3396544

Browse files
committed
Use newer lint
1 parent b55f9cb commit 3396544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sudo apt-get install -y gettext
3434
pip install -r requirements.txt
3535
pip install circuitpython-build-tools Sphinx sphinx-rtd-theme
36-
pip install --force-reinstall pylint==1.9.2
36+
pip install --force-reinstall "pylint<3"
3737
- name: Library version
3838
run: git describe --dirty --always --tags
3939
- name: PyLint

0 commit comments

Comments
 (0)