Skip to content

Commit

Permalink
Remove pylint codes from flake8 config (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmstepanek committed Nov 28, 2022
1 parent 60a5d68 commit 67feaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -5,4 +5,4 @@ license_files =

[flake8]
max-line-length = 120
extend-ignore = C0103,C0115,C0116,C0415,E0401,E1120,E122,E126,E127,E128,E203,E501,E722,F841,R1725,W0613,W0613,W504
extend-ignore = E122,E126,E127,E128,E203,E501,E722,F841,W504

0 comments on commit 67feaa7

Please sign in to comment.