diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d7f72c3..507cadd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,14 +26,14 @@ repos: # --config, ./pyproject.toml - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black language_version: python3 - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.3.7 + rev: v0.4.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/AUTHORS.md b/AUTHORS.md index 2484556..1d58599 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -2,4 +2,4 @@ * Jayaram Kancherla * Max Hargreaves -* Oleksandr Khoroshevskyi \ No newline at end of file +* Oleksandr Khoroshevskyi diff --git a/CHANGELOG.md b/CHANGELOG.md index 723d19a..1edf1fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,6 @@ - Migrate the schema to match R/Bioconductor's BiocFileCache (Check out [this issue](https://github.com/BiocPy/pyBiocFileCache/issues/11)). Thanks to [@khoroshevskyi ](https://github.com/khoroshevskyi) for the PR. -## Version 0.1 +## Version 0.1 - Initial release of the package, Setting up all the actions. diff --git a/tests/conftest.py b/tests/conftest.py index 04e734f..70f4a66 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,8 +1,8 @@ -"""Dummy conftest.py for pybiocfilecache. -If you don't know what this is for, just leave it empty. +"""Dummy conftest.py for pybiocfilecache. If you don't know what this is for, just leave it empty. + Read more about conftest.py under: - https://docs.pytest.org/en/stable/fixture.html - https://docs.pytest.org/en/stable/writing_plugins.html """ -# import pytest \ No newline at end of file +# import pytest