Skip to content

Commit

Permalink
ignore flake warning W503 because it conflicts with black
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgfierro committed Aug 29, 2023
1 parent 4b57b38 commit e33a348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/sarplus/python/.flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[flake8]
max-line-length = 120
ignore = W291
ignore = W291,W503
per-file-ignores = pysarplus/SARPlus.py: E501, pysarplus/__init__.py: F401

0 comments on commit e33a348

Please sign in to comment.