Skip to content

Commit f5bc3a9

Browse files
committed
Refactoring
1 parent f4a2cdd commit f5bc3a9

File tree

10 files changed

+521
-520
lines changed

10 files changed

+521
-520
lines changed

.vscode/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2+
"python.formatting.blackArgs": [],
23
"python.formatting.provider": "black",
3-
"python.formatting.blackArgs": [
4-
"--line-length=79"
5-
],
64
"python.linting.flake8Enabled": true
75
}

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@ requires = [
44
"wheel",
55
]
66
build-backend = "setuptools.build_meta"
7-
8-
[tool.black]
9-
line-length = 79

0 commit comments

Comments
 (0)