Skip to content

Commit

Permalink
Update VSCode extensions (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybchris authored Dec 6, 2023
1 parent f6dcaec commit 1d2545b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"recommendations": [
"docsmsft.docs-yaml",
"esbenp.prettier-vscode",
"ms-python.black-formatter",
"ms-python.flake8",
"ms-python.isort",
"ms-python.mypy-type-checker",
"ms-python.pylint",
"ms-python.python",
"njpwerner.autodocstring",
"yzhang.markdown-all-in-one",
"tamasfe.even-better-toml",
"yzhang.markdown-all-in-one"
]
}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ line = 87.0

[tool.flake8]
ignore = "" # Required to disable default ignores
max-line-length = 119
max-line-length = 120

[tool.isort]
line_length = 120
Expand All @@ -112,7 +112,7 @@ max-locals = 25
notes = ["FIXME"]

[tool.pylint.format]
max-line-length = 119
max-line-length = 120

[tool.pylint.messages_control]
disable = [
Expand Down

0 comments on commit 1d2545b

Please sign in to comment.