Skip to content

Commit

Permalink
Commit corrected .flake8 and add missing pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
questionlp committed Feb 11, 2022
1 parent 02f203b commit 5c0fc7e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[flake8]
ignore = E501
max-line-length = 100
exclude = tests/*
ignore = E203, E501, F401
max-line-length = 88
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
"python.testing.pytestEnabled": true,
"python.formatting.provider": "black",
}
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[tool.black]
required-version = "22.1.0"
target-version = ["py36", "py37", "py38", "py39"]

0 comments on commit 5c0fc7e

Please sign in to comment.