-
Notifications
You must be signed in to change notification settings - Fork 1.3k
constraints.txt highlighting #1685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
constraints.txt highlighting #1685
Conversation
news/2 Fixes/1053.md
Outdated
| @@ -0,0 +1 @@ | |||
| adds constraints syntax highlighting | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to 'Add syntax highlighting to constraints.txt file to match that of piprequirements files'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this file into 3 Code Health
Codecov Report
@@ Coverage Diff @@
## master #1685 +/- ##
==========================================
+ Coverage 71.38% 71.53% +0.15%
==========================================
Files 277 277
Lines 13014 13014
Branches 2344 2344
==========================================
+ Hits 9290 9310 +20
+ Misses 3583 3569 -14
+ Partials 141 135 -6
Continue to review full report at Codecov.
|
package.json
Outdated
| "filenamePatterns": [ | ||
| "*-requirements.txt", | ||
| "requirements-*.txt", | ||
| "contraints-*.txt", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should also support files simply named constraints.txt (which requires simply adding that to "filenames" above.
Fixes #1053
This pull request: