Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into feat/make-tracer-st…
Browse files Browse the repository at this point in the history
…art-as-current-span-decorator-work-with-async-functions
  • Loading branch information
QuentinN42 committed Feb 16, 2024
2 parents a07b31b + e9c7c75 commit 20cbd9a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ disable=missing-docstring,
unused-argument, # temp-pylint-upgrade
redefined-builtin,
cyclic-import,
broad-exception-raised,

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down Expand Up @@ -480,10 +481,3 @@ max-statements=50

# Minimum number of public methods for a class (see R0903).
min-public-methods=2


[EXCEPTIONS]

# Exceptions that will emit a warning when being caught. Defaults to
# "Exception".
overgeneral-exceptions=Exception

0 comments on commit 20cbd9a

Please sign in to comment.