mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
c32c07eaa6
* Remove unused imports in python files * Add black and isort dependencies Also added pyproject.toml for isort config, but later can be used to configure various other python tools * Add flake8 in requirements.txt * Add py-linter workflow
3 lines
31 B
TOML
3 lines
31 B
TOML
[tool.isort]
|
|
profile = "black"
|