1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +03:00

Add flake8-json to requirements-dev.txt

This commit is contained in:
Athanasius 2020-07-26 21:46:00 +01:00
parent ec1c54b93e
commit 9382ca334b
2 changed files with 2 additions and 1 deletions

@ -24,6 +24,6 @@ jobs:
with:
python-version: 3.7
- name: Annotate with Flake8
uses: "tayfun/flake8-your-pr@master"
uses: "Athanasius/flake8-your-pr@master"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

@ -5,6 +5,7 @@ flake8-cognitive-complexity==0.0.2
flake8-comprehensions==3.2.3
flake8-pep3101==1.3.0
flake8-polyfill==1.0.2
flake8-json
pep8-naming==0.11.1
# Code formatting tools