Skip to content

Commit

Permalink
ignore E203 and W503 issues with pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrabel-db committed Aug 15, 2023
1 parent 4b8f955 commit a8f9a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Copyright 2021- Python Language Server Contributors.

[pycodestyle]
ignore = E226, E722, W504
ignore = E203, E226, E722, W503, W504
max-line-length = 120
exclude = test/plugins/.ropeproject,test/.ropeproject

0 comments on commit a8f9a7b

Please sign in to comment.