-
Notifications
You must be signed in to change notification settings - Fork 113
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
[dev] Dependency conflicts flake8 vs mccabe (python-3.8) #78
Comments
BTW, I see the same even on Travis CI for my PR: https://travis-ci.org/github/reubano/csv2ofx/jobs/754011168. Is it my branch, or something fishy at master? |
It's an issue on master. |
reubano
added a commit
that referenced
this issue
Dec 25, 2021
reubano
added a commit
that referenced
this issue
Dec 25, 2021
reubano
added a commit
that referenced
this issue
Dec 25, 2021
* fixes: (23 commits) Bump to version 0.28.0 [FIX] Update docblock and test default date format [ENH] Prettify files w black [FIX] Remove transitive dev dependencies (closes #78) Add pyproject.toml so the project can build from source. Fix lint line length warnings (blocking manage checks) Correct arguments for Stripe OFX tests. An end-date argument is required as there's nothing in the .csv file to base it on. Update stripe.py Stripe support based on current CSV column headings as of May 2021 Also added SERVER_DATE so that .ofx tests pass reliably Add a mapping for Stripe, a payment processor https://stripe.com Note - this checkin is based on a CSV format as of about March 2021. The next revision will contain revised mappings for their current format which has renamed columns. Updated QIF test files with four digit dates Change default date format to four digit year, which affects QIF files. Two digit years default to 19 as century, never right. Add initial Starling mapping Adds N26 mapping New mapping for Boursorama Banque (fr) Add EQ Bank (Canada) Fix test by using SERVER_DATE and an end date Add new mapping for the Outbank app [FIX] Correctly identify "reinvest" category (#58) New mapping for UBS Switzerland (fr) and utility script (#46) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like the dev environment/procedure needs a refresh, because it gets a bit complicated to set it up (python3.8 on Gentoo):
(notice
--no-site-packages
is no longer there and the venv is automatically activated)Ouch, trying going on
Now what?
The text was updated successfully, but these errors were encountered: