shifting-git-host

This commit is contained in:
Lucas Oskorep
2024-03-26 02:21:16 -04:00
parent 77b6b247cc
commit dae0625278
10 changed files with 6094 additions and 1365 deletions

View File

@@ -23,8 +23,6 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.ruff]
# Enable the pycodestyle (`E`) and Pyflakes (`F`) rules by default.
# Unlike Flake8, Ruff doesn't enable pycodestyle warnings (`W`) or