We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a33a9 commit 207624aCopy full SHA for 207624a
1 file changed
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/setup-python@v2
17
with:
18
python-version: '3.8'
19
- - run: pip3 install pyright==1.1.271 flake8==5.0.4 --user
+ - run: pip3 install pyright==1.1.402 flake8==7.3.0 --user
20
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
21
- run: pyright .
22
- run: flake8 .
0 commit comments