Skip to content

Commit d3af4bc

Browse files
Remove flake8 (#122)
1 parent fe7cbaf commit d3af4bc

File tree

5 files changed

+332
-395
lines changed

5 files changed

+332
-395
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ jobs:
4242
poetry config virtualenvs.path ~/poetryenvs
4343
poetry install
4444
45-
- name: Run flake8
46-
shell: bash
47-
run: |
48-
poetry run pflake8 hume --config pyproject.toml
49-
poetry run pflake8 tests --config pyproject.toml
50-
5145
- name: Run pylint
5246
shell: bash
5347
run: |

.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"docsmsft.docs-yaml",
44
"esbenp.prettier-vscode",
55
"ms-python.black-formatter",
6-
"ms-python.flake8",
76
"ms-python.isort",
87
"ms-python.mypy-type-checker",
98
"ms-python.pylint",

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
"[toml]": { "editor.defaultFormatter": "tamasfe.even-better-toml" },
66
"editor.codeActionsOnSave": { "source.organizeImports": "explicit" },
77
"black-formatter.args": ["--config", "pyproject.toml"],
8-
"flake8.args": ["--max-line-length", "120"],
98
"editor.defaultFormatter": "esbenp.prettier-vscode",
109
"editor.detectIndentation": true,
11-
// "editor.formatOnSave": true,
10+
"editor.formatOnSave": true,
1211
"editor.insertSpaces": true,
1312
"editor.rulers": [120],
1413
"isort.args": ["--settings-file", "pyproject.toml"],

0 commit comments

Comments
 (0)