Skip to content

Commit

Permalink
fix flake8 following behaviour change
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilou242 committed Jan 27, 2024
1 parent 36f93b4 commit bfa4bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[flake8]
ignore =
E203,
E265, # Throws errors for '#%%' delimiter in VSCode jupyter notebook syntax
E265,
E266,
E501,
E731,
Expand Down

0 comments on commit bfa4bb4

Please sign in to comment.