Added ruff
This commit is contained in:
parent
3c5fc31778
commit
7c8d60e3e5
2 changed files with 8 additions and 2 deletions
|
@ -38,3 +38,6 @@ known_third_party = []
|
|||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
|
||||
[tool.ruff]
|
||||
ignore = ["E501"]
|
||||
|
|
|
@ -2,15 +2,18 @@
|
|||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
black
|
||||
python3
|
||||
poetry
|
||||
python3Packages.flake8
|
||||
python3Packages.isort
|
||||
python3Packages.pip
|
||||
python3Packages.poetry
|
||||
python3Packages.setuptools
|
||||
# python3Packages.pygobject3
|
||||
# python3Packages.cairocffi
|
||||
|
||||
black
|
||||
isort
|
||||
ruff
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue