Skip to content

Commit 0a706fe

Browse files
authored
Version boost (#16)
1 parent e5c1b55 commit 0a706fe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: check-xml
2727
- id: detect-private-key
2828
- id: forbid-new-submodules
29-
- id: forbid-submodules
29+
# - id: forbid-submodules
3030
- id: mixed-line-ending
3131
- id: destroyed-symlinks
3232
- id: fix-byte-order-marker
@@ -59,7 +59,7 @@ repos:
5959
additional_dependencies: ["tomli"]
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
6161
# Ruff version.
62-
rev: v0.4.8
62+
rev: v0.4.9
6363
hooks:
6464
# Run the linter.
6565
- id: ruff

albucore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.0.9"
1+
__version__ = "0.0.10"
22

33
from .functions import *

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ pre_commit>=3.5.0
33
pytest>=8.2.0
44
pytest_cov>=4.1.0
55
pytest_mock>=3.14.0
6-
ruff>=0.4.8
6+
ruff>=0.4.9
77
tomli>=2.0.1
88
types-setuptools

0 commit comments

Comments
 (0)