Skip to content

Commit

Permalink
runz
Browse files Browse the repository at this point in the history
  • Loading branch information
atropos112 committed Aug 10, 2024
1 parent be0097a commit d8414bc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions devenv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"devenv": {
"locked": {
"dir": "src/modules",
"lastModified": 1720853497,
"lastModified": 1723238470,
"owner": "cachix",
"repo": "devenv",
"rev": "7f569a0f2473b9f6000fd9e4c32511fd1b0d37c1",
"treeHash": "4d452ecc8223834e39d507f9ea92308f007ee05d",
"rev": "25e48e98c19e9424d517a144db0d31a89536bf94",
"treeHash": "22c7e7b282f50c54cea35da65fd2705f3cb54909",
"type": "github"
},
"original": {
Expand Down Expand Up @@ -56,11 +56,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1720768451,
"lastModified": 1723175592,
"owner": "nixos",
"repo": "nixpkgs",
"rev": "7e7c39ea35c5cdd002cd4588b03a3fb9ece6fad9",
"treeHash": "7d71809c323cd873a12368afdb670e54480a523c",
"rev": "5e0ca22929f3342b19569b21b2f3462f053e497b",
"treeHash": "a6b38d5232ae0ae0c666c37f5ec9620c14f30369",
"type": "github"
},
"original": {
Expand All @@ -72,11 +72,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1720823163,
"lastModified": 1722987190,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f12ee5f64c6a09995e71c9626d88c4efa983b488",
"treeHash": "e42afd3c045d06f9d0a1429220a257f35a2f0855",
"rev": "21cc704b5e918c5fbf4f9fff22b4ac2681706d90",
"treeHash": "76c0bca330c9f7c8a68dffa1004146cf49975166",
"type": "github"
},
"original": {
Expand All @@ -96,11 +96,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1720524665,
"lastModified": 1723202784,
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "8d6a17d0cdf411c55f12602624df6368ad86fac1",
"treeHash": "88a5039b6281f4464d76016870def0016457bd14",
"rev": "c7012d0c18567c889b948781bc74a501e92275d1",
"treeHash": "0016d5d748d61d3bfaa69d3c02abff74740a46b7",
"type": "github"
},
"original": {
Expand Down
2 changes: 1 addition & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
editorconfig-checker.enable = true;
ruff = {
enable = true;
entry = "ruff format ";
entry = "ruff check --fix";
};
poetry-check.enable = true;
mypy = {
Expand Down

0 comments on commit d8414bc

Please sign in to comment.