Skip to content

Commit

Permalink
use class method for processors
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed Oct 25, 2023
1 parent a8a36ad commit 1a5134e
Show file tree
Hide file tree
Showing 17 changed files with 307 additions and 880 deletions.
5 changes: 3 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[flake8]
extend-ignore = E124,E128,E301,E302,E305,E402,E501,E261
extend-ignore = E124,E128,E301,E302,E305,E402,E501,E261,W504
# E124: closing bracket does not match visual indentation
# E128: continuation line under-indented for visual indent
# E301: expected 1 blank line, found 0
# E302: expected 2 blank lines, found 1
# E305: expected 2 blank lines after class or function definition, found 1
# E402: module level import not at top of file
# E501: line too long (82 > 79 characters)
# E261: at least two spaces before inline comment
# E261: at least two spaces before inline comment
# W504: line break after binary operator
Loading

0 comments on commit 1a5134e

Please sign in to comment.