Skip to content

Commit dea3e3e

Browse files
committed
Update linter config
1 parent bc02b3e commit dea3e3e

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.flake8

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[flake8]
2-
32
max-line-length = 90
43
ignore =
54
# irrelevant plugins

.github/workflows/ci.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,12 @@ jobs:
4040

4141
steps:
4242
- uses: actions/checkout@v2
43-
44-
- name: Set up Python
43+
- name: Set up Python 3
4544
uses: actions/setup-python@v2
4645
with:
47-
python-version: 3.9
48-
49-
- name: Load pip cache
50-
uses: actions/cache@v2
51-
with:
52-
path: ~/.cache/pip
53-
key: ${{ runner.os }}-pip-${{ hashFiles('**/test-requirements.txt') }}
54-
restore-keys: |
55-
${{ runner.os }}-pip-
46+
python-version: 3
47+
cache: "pip"
48+
cache-dependency-path: "test-requirements.txt"
5649

5750
- name: Install dependencies
5851
run: |

0 commit comments

Comments
 (0)