Skip to content

Commit

Permalink
rework filters
Browse files Browse the repository at this point in the history
add ChannelMix classmethods
remove BaseFilter
cleanup
disambiguate types
  • Loading branch information
aaronhnsy committed May 10, 2022
1 parent 91e8e0f commit c8fcdd7
Show file tree
Hide file tree
Showing 4 changed files with 166 additions and 202 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,5 @@ include = [
pythonVersion = "3.10"
typeCheckingMode = "strict"
useLibraryCodeForTypes = true
reportMissingTypeStubs = false
reportPrivateImportUsage = false
reportPrivateUsage = false
reportFunctionMemberAccess = false
reportUnknownMemberType = false
reportUnknownVariableType = false
reportUnknownArgumentType = false
reportImportCycles = false
reportUnknownMemberType = false #
Loading

0 comments on commit c8fcdd7

Please sign in to comment.