Skip to content

Commit b12bd6c

Browse files
MH0386github-actions[bot]
authored andcommitted
devenv: Apply Fixes
1 parent 991e800 commit b12bd6c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

devenv.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
pkgs,
33
lib,
44
...
5-
}: {
5+
}:
6+
{
67
files = {
78
".yamllint.yaml".yaml = {
89
extends = "default";
@@ -17,7 +18,7 @@
1718
target-version = "py313";
1819
line-length = 120;
1920
lint = {
20-
fixable = ["ALL"];
21+
fixable = [ "ALL" ];
2122
ignore = [
2223
"D100"
2324
"D105"
@@ -26,7 +27,7 @@
2627
"D413"
2728
"SIM117"
2829
];
29-
select = ["ALL"];
30+
select = [ "ALL" ];
3031
isort = {
3132
combine-as-imports = true;
3233
};
@@ -57,7 +58,7 @@
5758
};
5859

5960
# https://devenv.sh/packages/
60-
packages = [];
61+
packages = [ ];
6162

6263
# https://devenv.sh/languages/
6364
languages.python = {

0 commit comments

Comments
 (0)