Commit Graph

8 Commits

Author SHA1 Message Date
Joshua Bronson 7c879d47bd Upgrade dependencies. 2021-02-16 09:58:07 -05:00
Joshua Bronson 33ee8f2eef Upgrade dependencies.
Also remove shellcheck hook which started fail with:

    [ERROR] The hook `shellcheck` specifies `additional_dependencies` but is
    using language `script` which does not install an environment.  Perhaps
    you meant to use a specific language?
2021-01-30 11:01:23 -05:00
Joshua Bronson b00d6e3145 Upgrade dependencies. 2021-01-22 10:59:27 -05:00
Joshua Bronson 24620ca757 Use pytest-icdiff + update pins to latest version of all dependencies 2021-01-08 10:35:49 -05:00
dependabot[bot] afc0a23242 Bump sphinx from 3.4.1 to 3.4.3 in /requirements
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.4.1 to 3.4.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.4.1...v3.4.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-08 08:55:31 -05:00
dependabot[bot] a38d51e4b5 Bump sphinx from 3.4.0 to 3.4.1 in /requirements
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.4.0...v3.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-25 10:44:21 -05:00
dependabot[bot] 86166f4547 Bump sphinx from 3.3.1 to 3.4.0 in /requirements
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.3.1...v3.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-20 07:38:08 -05:00
Joshua Bronson 8c161ca64c Improve installation, dev, and release tooling.
* Switch from install-extras to requirements.in + pip-tools for
  deterministic installation of dependencies.

* Do not use the isolated pre-commit environment for the pylint
  hook as per
  https://github.com/pre-commit/pre-commit/issues/813#issuecomment-413220498.

* Use setuptools_scm's new parentdir_prefix_version feature to fix #115.
  See pypa/setuptools_scm#477.

* Drop sphinx_autodoc_typehints; use equivalent functionality now built
  into Sphinx.
2020-11-28 10:09:31 -05:00