From 9382ca334b7b5ea17f7b0f4d44d9a1a285b27441 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 26 Jul 2020 21:46:00 +0100 Subject: [PATCH] Add flake8-json to requirements-dev.txt --- .github/workflows/pr-annotate-with-flake8.yml | 2 +- requirements-dev.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-annotate-with-flake8.yml b/.github/workflows/pr-annotate-with-flake8.yml index 2f089a9d..7ac9f99a 100644 --- a/.github/workflows/pr-annotate-with-flake8.yml +++ b/.github/workflows/pr-annotate-with-flake8.yml @@ -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 }} diff --git a/requirements-dev.txt b/requirements-dev.txt index ab0c4685..433b140d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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