Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 14, 2024
1 parent 2cb21a9 commit fe76d99
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,6 @@ jobs:
webapp/public
webapp/config
pycodestyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Download pycodestyle python file
run: >
curl -L -o /tmp/pycodestyle.py 'https://github.com/PyCQA/pycodestyle/raw/refs/tags/2.12.1/pycodestyle.py'
- name: Check codestyle in python files
run: >
python3 /tmp/pycodestyle.py \
--exclude='./example_problems/,./doc/,./gitlab/,./webapp/vendor/' \
--max-line-length 120 \
--show-pep8 --show-source \
.
pyright:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fe76d99

Please sign in to comment.