Skip to content

Commit d20be4c

Browse files
author
Corentin
committed
Ruff is just great
1 parent 2cb3c2d commit d20be4c

File tree

3 files changed

+28
-134
lines changed

3 files changed

+28
-134
lines changed

.vscode/settings.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44
],
55
"python.testing.unittestEnabled": false,
66
"python.testing.pytestEnabled": true,
7-
"python.linting.pylintEnabled": true,
8-
"python.linting.enabled": true
97
}

poetry.lock

Lines changed: 27 additions & 131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rich = "*"
2929
pytest = "^7"
3030
mypy = "^0.991"
3131
black = "^22.10.0"
32-
pylint = "^2.15.6"
32+
ruff = "^0.0.142"
3333

3434
[build-system]
3535
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)