-
Notifications
You must be signed in to change notification settings - Fork 44
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
Update dependencies - remove black as direct dependency #545
Conversation
Bumps [mkdocs-awesome-pages-plugin](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin) from 2.2.1 to 2.3.1. - [Release notes](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/releases) - [Commits](lukasgeiter/mkdocs-awesome-pages-plugin@v2.2.1...v2.3.1) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [jarvis-tools](https://github.com/usnistgov/jarvis) from 2020.9.22 to 2020.10.3. - [Release notes](https://github.com/usnistgov/jarvis/releases) - [Commits](https://github.com/usnistgov/jarvis/commits/v2020.10.3) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [django](https://github.com/django/django) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.1.1...3.1.2) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md) - [Commits](squidfunk/mkdocs-material@6.0.1...6.0.2) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.12.0...0.12.1) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [aiida-core](https://github.com/aiidateam/aiida-core) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/aiidateam/aiida-core/releases) - [Changelog](https://github.com/aiidateam/aiida-core/blob/develop/CHANGELOG.md) - [Commits](aiidateam/aiida-core@v1.4.1...v1.4.2) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest@6.1.0...6.1.1) Signed-off-by: dependabot[bot] <[email protected]>
….1.1', 'origin/dependabot/pip/master/aiida-core-1.4.2', 'origin/dependabot/pip/master/uvicorn-0.12.1', 'origin/dependabot/pip/master/mkdocs-material-6.0.2', 'origin/dependabot/pip/master/django-3.1.2', 'origin/dependabot/pip/master/jarvis-tools-2020.10.3' and 'origin/dependabot/pip/master/mkdocs-awesome-pages-plugin-2.3.1'
Since black is only used for pre-commit, it is not needed as a direct dependency.
Codecov Report
@@ Coverage Diff @@
## master #545 +/- ##
=======================================
Coverage 91.51% 91.51%
=======================================
Files 62 62
Lines 3123 3123
=======================================
Hits 2858 2858
Misses 265 265
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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.
LGTM, thanks @CasperWA
Octopus merge of all dependabot PRs.
Update
setup.py
accordingly.Update
flake8
for pre-commit.For this I also ran
pre-commit run --all-files
, but the updatedflake8
didn't introduce any changes.I have used this PR to also remove the direct dependency of
black
, since this is only used in pre-commit, where it is installed separately, hence there is no reason to depend on it directly - unless someone is using this in their editor directly (like the case is for me concerningpylint
).