Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent 63c5a70 commit 2cc07dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
files: 'clustergram\/'
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.1"
rev: "v0.3.4"
hooks:
- id: ruff
- id: ruff-format
Expand Down
1 change: 1 addition & 0 deletions clustergram/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Clustergam initialisation. Imports main class and dunders."""

import contextlib
from importlib.metadata import PackageNotFoundError, version

Expand Down
1 change: 0 additions & 1 deletion clustergram/clustergram.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@


class Clustergram:

"""Clustergram class mimicking the interface of clustering class (e.g. ``KMeans``).
Clustergram is a graph used to examine how cluster members are assigned to clusters
Expand Down

0 comments on commit 2cc07dd

Please sign in to comment.