summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-10-11 18:44:59 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-10-11 20:52:58 +0200
commit5e68bffba53625fe3ddbb461d0611060346f8ba3 (patch)
tree4938386596839a9cfb06409fb702a9997aed1aa1 /.github
parent7872971dfbb818177168e64c24a933e48ce01206 (diff)
downloaddjango-5e68bffba53625fe3ddbb461d0611060346f8ba3.tar.gz
Reverted "Pinned flake8 == 3.9.2 in GitHub actions."
This reverts commit f2a28e11d910f2aba67f62ad2d7870d24b4ce24b.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linters.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
index 91ed8588d3..2eff10a0f5 100644
--- a/.github/workflows/linters.yml
+++ b/.github/workflows/linters.yml
@@ -21,7 +21,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9
- - run: python -m pip install flake8==3.9.2
+ - run: python -m pip install flake8
- name: flake8
uses: liskin/gh-problem-matcher-wrap@v1
with: