Skip to content

Commit

Permalink
Changed bulk and single with better context
Browse files Browse the repository at this point in the history
  • Loading branch information
pescheck-bram committed Aug 21, 2024
1 parent d2b012a commit 75888d9
Show file tree
Hide file tree
Showing 4 changed files with 413 additions and 200 deletions.
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[FORMAT]
max-line-length = 120
logging-format-style = new

[MESSAGES CONTROL]
disable=C0103,R0903,E1101
disable = C0103,R0903,E1101,E1205,W0703

[SIMILARITIES]
ignore-paths=src/customersatisfactionmetrics/migrations
Loading

0 comments on commit 75888d9

Please sign in to comment.