Skip to content

Commit e204a57

Browse files
[pre-commit.ci] pre-commit autoupdate (#8)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.4](astral-sh/ruff-pre-commit@v0.3.7...v0.4.4) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: jkanche <[email protected]>
1 parent a91d033 commit e204a57

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ repos:
2626
# --config, ./pyproject.toml
2727

2828
- repo: https://github.com/psf/black
29-
rev: 24.4.0
29+
rev: 24.4.2
3030
hooks:
3131
- id: black
3232
language_version: python3
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
3535
# Ruff version.
36-
rev: v0.3.7
36+
rev: v0.4.4
3737
hooks:
3838
- id: ruff
3939
args: [--fix, --exit-non-zero-on-fix]

AUTHORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
* Jayaram Kancherla <[email protected]>
44
* Max Hargreaves <[email protected]>
5-
* Oleksandr Khoroshevskyi <[email protected]>
5+
* Oleksandr Khoroshevskyi <[email protected]>

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
- 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.
66

7-
## Version 0.1
7+
## Version 0.1
88

99
- Initial release of the package, Setting up all the actions.

tests/conftest.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
"""Dummy conftest.py for pybiocfilecache.
2-
If you don't know what this is for, just leave it empty.
1+
"""Dummy conftest.py for pybiocfilecache. If you don't know what this is for, just leave it empty.
2+
33
Read more about conftest.py under:
44
- https://docs.pytest.org/en/stable/fixture.html
55
- https://docs.pytest.org/en/stable/writing_plugins.html
66
"""
77

8-
# import pytest
8+
# import pytest

0 commit comments

Comments
 (0)