Skip to content

Commit

Permalink
build: fix linting issue
Browse files Browse the repository at this point in the history
Make a bit beautier the devtasks code and fix #1241.
  • Loading branch information
yajo committed Aug 28, 2023
1 parent d6c04b4 commit 5b33f0b
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 37 deletions.
7 changes: 2 additions & 5 deletions devtasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,10 @@ def lint(recycle_container=False):
args = [
"--extra-experimental-features",
"nix-command flakes",
"--extra-substituters",
"https://copier.cachix.org https://devenv.cachix.org",
"--extra-trusted-public-keys",
"copier.cachix.org-1:sVkdQyyNXrgc53qXPCH9zuS91zpt5eBYcg7JQSmTBG4= devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=",
"--accept-flake-config",
"develop",
"--impure",
".",
HERE,
"--command",
"pre-commit",
"run",
Expand Down
100 changes: 68 additions & 32 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5b33f0b

Please sign in to comment.