diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e4356b9..1499ed2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -12,7 +12,7 @@ repos: - id: check-added-large-files - id: debug-statements - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.11.2 hooks: - id: mypy args: @@ -21,7 +21,7 @@ repos: additional_dependencies: - types-setuptools - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.2 + rev: v0.6.2 hooks: - id: ruff args: [ --fix ] diff --git a/tests/test_database.py b/tests/test_database.py index e515acb..6583146 100644 --- a/tests/test_database.py +++ b/tests/test_database.py @@ -44,7 +44,7 @@ def test_createing_database() -> None: assert database.Database() -@pytest.mark.dependency() +@pytest.mark.dependency def test_profile() -> None: """Test creating new profile in the database, read it, select and delete it.""" db = database.Database()