Skip to content

Commit

Permalink
add precommit to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Aug 5, 2023
1 parent 84ec4e7 commit 5d4f4a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ dev = [
"black",
"flake8-use-fstring",
'codespell',
'tomli'
'tomli',
'pre-commit'
]
# Requirements necessary for building the documentation
doc = [
Expand Down

0 comments on commit 5d4f4a6

Please sign in to comment.