malramsay64 / statdyn-analysis

Collection of tools for the statistical dynamics analysis of Molecular Dynamics trajectories.
MIT License
6 stars 0 forks source link

chore(deps-dev): Update pydocstyle requirement from <4.0.0 to <5.0.0 #98

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on pydocstyle to permit the latest version.

Changelog *Sourced from [pydocstyle's changelog](https://github.com/PyCQA/pydocstyle/blob/master/docs/release_notes.rst).* > 4.0.0 - July 6th, 2019 > ====================== > > Major Updates > > - Support for Python 2.x and PyPy has been dropped ([#340](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/340)). > - Added initial support for Google convention ([#357](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/357)). > > New Features > > - Added pre-commit hook ([#346](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/346)) > > Bug Fixes > > - Fix parsing tuple syntax `__all__` ([#355](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/355), [#352](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/352)). > > 3.0.0 - October 14th, 2018 > ========================== > > Major Updates > > - Support for Python 3.3 has been dropped ([#315](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/315), [#316](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/316)). > - Added support for Python 3.7 ([#324](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/324)). > > New features > > - Violations are now reported on the line where the docstring starts, not the line of the `def`/`class` it corresponds to ([#238](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/238), [#83](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/83)). > - Updated description of pep257 and numpy conventions ([#300](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/300)). > - `__all__` parsing is now done on a best-effort basis - if `__all__` can't be statically determined, it will be ignored ([#320](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/320), [#313](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/313)). > > Bug Fixes > > - Fixed a false-positive recognition of section names causing D405 to be reported ([#311](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/311), [#317](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/317)). > - Fixed a bug where functions that don't end with a newline will sometimes raise an exception ([#321](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/321), [#336](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/336)). > > 2.1.1 - October 9th, 2017 > ========================= > > Bug Fixes > > - Changed wheel configuration to be NOT universal, as [#281](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/281) added `configparser` as a dependency for Python 2.7. > - Updated usage documentation. > > 2.1.0 - October 8th, 2017 > ========================= > > New Features > > - Public nested classes missing a docstring are now reported as D106 instead of D101 ([#198](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/198), [#261](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/261)). > - `__init__` methods missing a docstring are now reported as D107 instead of D102 ([#273](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/273), [#277](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/277)). > ... (truncated)
Commits - [`1409149`](https://github.com/PyCQA/pydocstyle/commit/1409149eff7b78ecaaacabcfbd63488c0a4cdb57) Bump version: 4.0.0rc → 4.0.0 - [`df870e8`](https://github.com/PyCQA/pydocstyle/commit/df870e887355ad6d30914fb26e3e963b0cbe7473) Bump version: 3.0.1rc → 4.0.0rc - [`5cd49e0`](https://github.com/PyCQA/pydocstyle/commit/5cd49e0dbc6a2d593a2b0f4fc430815d7b0d6aa0) Updated docs for 4.0.0. - [`6de6d93`](https://github.com/PyCQA/pydocstyle/commit/6de6d938377e2db3bfe6f706fa2e3b90c412db76) Add an initial Google convention ([#357](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/357)) - [`2549847`](https://github.com/PyCQA/pydocstyle/commit/2549847f9efad225789f931e83dfe782418ca13e) fix parsing tuple syntax dunder all ([#355](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/355)) - [`792b8d9`](https://github.com/PyCQA/pydocstyle/commit/792b8d9226219ceb8ff8e494cbac7003b9adeae5) Add pre-commit hook [#346](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/346) ([#347](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/347)) - [`5add163`](https://github.com/PyCQA/pydocstyle/commit/5add163ee56084b333c1071d19055a3780ba74e2) Type Hints! ([#344](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/344)) - [`cb677b6`](https://github.com/PyCQA/pydocstyle/commit/cb677b64197d781c4a0d409a99358ba8fe841e1c) Introducing type hints ([#342](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/342)) - [`3d657d6`](https://github.com/PyCQA/pydocstyle/commit/3d657d69ef5890ced490578f733bcb1c3c09cf0c) Upgrade Python syntax with pyupgrade --py3-plus ([#343](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/343)) - [`4948f22`](https://github.com/PyCQA/pydocstyle/commit/4948f22d962d422733b1edadc0852a53444d8a37) Remove `six` from production code and other Python 2/3 compatibility imports ... - Additional commits viewable in [compare view](https://github.com/PyCQA/pydocstyle/compare/0.1.0...4.0.0)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
codecov[bot] commented 5 years ago

Codecov Report

Merging #98 into master will decrease coverage by 0.35%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
- Coverage   84.38%   84.02%   -0.36%     
==========================================
  Files          19       19              
  Lines        1543     1603      +60     
==========================================
+ Hits         1302     1347      +45     
- Misses        241      256      +15
Impacted Files Coverage Δ
src/sdanalysis/main.py 70.94% <0%> (-5.81%) :arrow_down:
src/sdanalysis/read/_read.py 89.3% <0%> (+1.61%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e9cb243...09157e2. Read the comment docs.