Skip to content

Commit

Permalink
Add pytest and flake8
Browse files Browse the repository at this point in the history
This commit creates some initial unit tests and configures flake8.
  • Loading branch information
johndotpub committed Jun 15, 2023
1 parent ee99548 commit d08111f
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 201 deletions.
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[flake8]
max-line-length = 88
ignore = E203, W503
Loading

0 comments on commit d08111f

Please sign in to comment.