Skip to content

Commit

Permalink
add flake8 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellAcoustics committed Nov 15, 2023
1 parent 6db4285 commit 244c061
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
47 changes: 46 additions & 1 deletion pdm.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ license = {text = "GNU-GPLv3"}
[project.optional-dependencies]
test = [
"pytest>=7.4.3",
"flake8>=6.1.0",
]
docs = [
"jupyter>=1.0.0",
Expand Down

0 comments on commit 244c061

Please sign in to comment.