File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 52
52
entry : python -m tools.lint_requirements
53
53
language : python
54
54
files : requirements-.*\.txt$
55
+ # exclude the overrides file from this linter -- it doesn't apply at all
56
+ exclude : ^requirements-getsentry-overrides\.txt$
55
57
additional_dependencies : [packaging==21.3]
56
58
- id : check-mypy-bypass
57
59
name : do not bypass the type checker
Original file line number Diff line number Diff line change
1
+ # getsentry requirements overrides
2
+ #
3
+ # getsentry-specific dependencies now live in `sentry` in `requirements-getsentry.txt`
4
+ #
5
+ # this file is for listing in-development git archive overrides for sentry libraries
6
+ #
7
+ # the format is:
8
+ # # comment explaining what you're doing
9
+ # library-name @ https://github.com/getsentry/<repo>/archive/<40 char sha>.zip
10
+
11
+
12
+ # This overrides our sentry-python version to use a version with
13
+ # configurable gzip compression
14
+ sentry-sdk @ https://github.com/getsentry/sentry-python/archive/1b445c61d1e263ccd04d823307b3a03a6945dc8a.zip
You can’t perform that action at this time.
0 commit comments