Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson authored Apr 7, 2021
1 parent 17b1b1b commit c488909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ ignore = # module imported but unused -> required for Scanpys API
E731,
# allow I, O, l as variable names -> I is the identity matrix, i, j, k, l is reasonable indexing notation
E741
per-file-ignores =
per-file-ignores =
# F811 Redefinition of unused name from line, does not play nice with pytest fixtures
tests/test*.py: F811
scanpy/tests/test*.py: F811
exclude =
.git,
__pycache__,
Expand Down

0 comments on commit c488909

Please sign in to comment.