Skip to content

Commit

Permalink
Transfer flake8 configs so it is used during both github actions and …
Browse files Browse the repository at this point in the history
…devcontainer execution
  • Loading branch information
jboilard1994 committed Dec 8, 2024
1 parent f0ac567 commit 7eaecf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
// Linting
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": ["--max-line-length=120"],
"python.linting.mypyEnabled": true,
"mypy-type-checker.args": ["--ignore-missing-imports", "--disallow-untyped-defs", "--disallow-incomplete-defs", "--cache-dir", ".mypy_cache"],
// Unit testing
Expand Down
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
max-line-length = 120

0 comments on commit 7eaecf4

Please sign in to comment.