Skip to content

Commit fe76d99

Browse files
committed
Fixup
1 parent 2cb21a9 commit fe76d99

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/codestyle.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,6 @@ jobs:
4040
webapp/public
4141
webapp/config
4242
43-
pycodestyle:
44-
runs-on: ubuntu-latest
45-
steps:
46-
- uses: actions/checkout@v4
47-
- name: Download pycodestyle python file
48-
run: >
49-
curl -L -o /tmp/pycodestyle.py 'https://github.com/PyCQA/pycodestyle/raw/refs/tags/2.12.1/pycodestyle.py'
50-
- name: Check codestyle in python files
51-
run: >
52-
python3 /tmp/pycodestyle.py \
53-
--exclude='./example_problems/,./doc/,./gitlab/,./webapp/vendor/' \
54-
--max-line-length 120 \
55-
--show-pep8 --show-source \
56-
.
57-
5843
pyright:
5944
runs-on: ubuntu-latest
6045
steps:

0 commit comments

Comments
 (0)