Skip to content

Commit

Permalink
Adjust flake8 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
duembgen committed Mar 13, 2024
1 parent 0bc5a66 commit 3dc99b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poly_matrix
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ exclude=tests*

[flake8]
ignore = W292, W391, F541, F841, E203, E501, W503, E741
exclude = _notebooks/*, *.ipynb_checkpoints*
exclude = _notebooks/*, *.ipynb_checkpoints*, venv/
max-line-length = 99

0 comments on commit 3dc99b3

Please sign in to comment.