Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 23, 2024
1 parent 67d1aae commit 9e1e1d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions gradboost_pv/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@
logging.getLogger("s3fs").setLevel(logging.INFO)

sentry_sdk.init(
dsn=os.getenv("SENTRY_DSN"),
environment=os.getenv("ENVIRONMENT", "local"),
traces_sample_rate=1
dsn=os.getenv("SENTRY_DSN"), environment=os.getenv("ENVIRONMENT", "local"), traces_sample_rate=1
)

sentry_sdk.set_tag("app_name", "uk_pv_national_xg")
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ s3fs
testcontainers
psutil
ocf-ml-metrics
sentry-sdk==2.13.0
sentry-sdk==2.13.0

0 comments on commit 9e1e1d5

Please sign in to comment.