-
Notifications
You must be signed in to change notification settings - Fork 1
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
linting only - 'venv/bin/isort --profile black --atomic -l 100 graphk… #111
base: develop
Are you sure you want to change the base?
Conversation
…b/ tests/ *.py & venv/bin/black -C --line-length 100 graphkb/ tests/ *.py'
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #111 +/- ##
===========================================
+ Coverage 89.52% 91.30% +1.78%
===========================================
Files 8 8
Lines 840 840
===========================================
+ Hits 752 767 +15
+ Misses 88 73 -15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…into refactor/lint_black
I wonder about using -S to preserve single quotes here? |
Hi @elewis2, |
1 similar comment
Hi @elewis2, |
Hi @elewis2, |
No, no serious objection, especially if we haven't been consistent anyway |
…ng install problems on many unix versions.
linting only:
venv/bin/isort --profile black --atomic -l 100 graphkb/ tests/ *.py
venv/bin/black -C --line-length 100 graphkb/ tests/ *.py'