Skip to content

Commit

Permalink
Add optional dev dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
30350n committed Jun 29, 2024
1 parent 4f3495c commit 717b076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ exclude = [
"tasks.py",
]

[project.optional-dependencies]
dev = ["autopep8", "pre-commit", "pytest"]

[tool.autopep8]
aggressive = 3
max_line_length = 96
Expand Down
1 change: 0 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
python3
pre-commit
];
}

0 comments on commit 717b076

Please sign in to comment.