dependabot[bot]
398cb19161
Bump pylint from 2.9.0 to 2.9.2 ( #98 )
...
Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.9.0 to 2.9.2.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.9.0...v2.9.2 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 09:54:53 -04:00
dependabot[bot]
1c28c9875e
Bump pylint from 2.8.3 to 2.9.0 ( #97 )
...
Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.8.3 to 2.9.0.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.8.3...v2.9.0 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-30 11:16:58 -04:00
dependabot[bot]
027e79739e
Bump pylint from 2.8.2 to 2.8.3 ( #96 )
...
Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.8.2...v2.8.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-01 08:48:45 -04:00
Dave Gallant
11837addf1
Add poetry script as a replacement for console_scripts ( #92 )
...
After switching to poetry, the console script `rfd` was removed meaning the `rfd` command did not work.
This fixes the issue by using [poetry scripts](https://python-poetry.org/docs/pyproject/#scripts ).
2021-05-03 18:22:02 -04:00
Dave Gallant
9ed51cff10
Remove setup.py
2021-05-02 10:29:53 -04:00
Dave Gallant
740312ee42
Add PyPI publish action ( #91 )
...
* Add PyPI publish action
* Use poetry
* Bump version to 0.7.0
2021-05-02 10:16:34 -04:00