Skip to content

Commit

Permalink
[IMP] sentry: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
atchuthan committed Dec 31, 2024
1 parent e85545b commit a721027
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dataclasses
mako
odoorpc
openupgradelib
sentry_sdk<=1.9.0
9 changes: 4 additions & 5 deletions sentry/processor.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
""" Custom class of raven.core.processors taken of https://git.io/JITko
This is a custom class of processor to filter and sanitize
passwords and keys from request data, it does not exist in
sentry-sdk.
"""Custom class of raven.core.processors taken of https://git.io/JITko
This is a custom class of processor to filter and sanitize
passwords and keys from request data, it does not exist in
sentry-sdk.
"""


import re

from sentry_sdk._compat import text_type
Expand Down

0 comments on commit a721027

Please sign in to comment.