-
Notifications
You must be signed in to change notification settings - Fork 41
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
chore: Fix syntax checking to include run-task file #279
base: main
Are you sure you want to change the base?
Conversation
Here is another example of the GH integration behaving different from local commit hooks. |
pyproject.toml
Outdated
@@ -26,6 +27,14 @@ ignore = [ | |||
"E741", | |||
] | |||
target-version = "py37" | |||
exclude = [ | |||
"src/taskgraph/run-task/robustcheckout.py", | |||
"taskcluster/scripts/external_tools/tooltool.py", |
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.
Maybe we should just exclude all of external_tools
as presumably we wouldn't want to lint anything in there.
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #279 +/- ##
=======================================
Coverage 58.65% 58.65%
=======================================
Files 69 69
Lines 6301 6301
Branches 1269 1269
=======================================
Hits 3696 3696
Misses 2328 2328
Partials 277 277
☔ View full report in Codecov by Sentry. |
d5d0186
to
9d1f159
Compare
No description provided.