mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 16:27:13 +03:00
Don't force --show-source in .flake8 !
This was the cause of our flake8-your-pr issue! It meant that as well as `--format json` giving JSON output it also got polluted with the raw string of the source line as well.
This commit is contained in:
parent
9382ca334b
commit
a9680ea8c0
2
.flake8
2
.flake8
@ -1,6 +1,6 @@
|
||||
[flake8]
|
||||
# Show exactly where in a line the error happened
|
||||
show-source = True
|
||||
#show-source = True
|
||||
|
||||
max-line-length = 120
|
||||
# Add _ as a builtin for localisation stuff
|
||||
|
@ -24,6 +24,6 @@ jobs:
|
||||
with:
|
||||
python-version: 3.7
|
||||
- name: Annotate with Flake8
|
||||
uses: "Athanasius/flake8-your-pr@master"
|
||||
uses: "tayfun/flake8-your-pr@master"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user