We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4ee75 commit aaa5f47Copy full SHA for aaa5f47
2 files changed
.github/workflows/python-package.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- python -m pip install flake8 pytest pytest-cov
+ python -m pip install flake8 pytest pytest-cov flake8-pyproject
26
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
27
- name: Lint with flake8
28
pyproject.toml
@@ -57,6 +57,7 @@ max-line-length = 120
57
max-line-length = 120
58
59
[tool.flake8]
60
+# extend-ignore = ["E203"]
61
62
63
[tool.isort]
0 commit comments