Skip to content

Commit

Permalink
CI: removed explicit setting of Python rules, handled by tox.ini
Browse files Browse the repository at this point in the history
Offer one source of formatting truth!

Signed-off-by: Marcus Müller <[email protected]>
  • Loading branch information
marcusmueller committed Nov 17, 2023
1 parent d86accd commit a58c3b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v2
- uses: quentinguidee/pep8-action@v1
with:
arguments: '--max-line-length=120 --ignore E265,E266,E275,E402,E501,E704,E712,E713,E714,E711,E721,E722,E741,W504,W605 --exclude *.yml.py'
arguments: '--exclude *.yml.py'
# Doxygen gets built separately. It has a lot of output and its own weirdness.
doxygen:
name: Doxygen
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pycodestyle]
# from github workflow:
# imported from github workflow:
# arguments: '--max-line-length=120 --ignore E265,E266,E275,E402,E501,E704,E712,E713,E714,E711,E721,E722,E741,W504,W605 --exclude *.yml.py'
max-line-length = 120
extend-ignore = E265,E266,E275,E402,E501,E704,E712,E713,E714,E711,E721,E722,E741,W504,W605

0 comments on commit a58c3b5

Please sign in to comment.