Skip to content

Commit

Permalink
add direnv; add pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuramaruzxc committed Mar 15, 2024
1 parent 0e27d8c commit f5ed10d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
black.enable = true;
flake8.enable = true;
isort.enable = true;
mypy.enable = true;
};
settings = {
alejandra = {
Expand Down Expand Up @@ -68,6 +69,7 @@
black
flake8
isort
mypy
]))
];
};
Expand Down

0 comments on commit f5ed10d

Please sign in to comment.