Skip to content

Commit

Permalink
Updates pylint config
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerfarmer committed Mar 23, 2023
1 parent 0faa871 commit 50d53b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[FORMAT]
max-line-length=120
disable=C0103,E0401,R0915,R0913,R0914,R1702,R0912,R0915,R0911,R0903,R0904
disable=C0103,E0401,R0915,R0913,R0914,R1702,R0912,R0915,R0911,R0903,R0904,W0719,R6102
enable=consider-using-augmented-assign
load-plugins=pylint.extensions.code_style
ignored-modules=urllib,cv2
# we do not increase the code quality on the old modules anymore:
ignore-paths=blenderproc/python/modules/.*$,blenderproc/api/.*$
Expand Down

0 comments on commit 50d53b8

Please sign in to comment.