Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(pre-commit.ci): autoupdate #203

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ ci:

repos:
- repo: https://github.com/crate-ci/typos
rev: dictgen-v0.3.1
rev: typos-dict-v0.12.4
hooks:
- id: typos

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.4
hooks:
- id: ruff
args: [--fix]

- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black

Expand Down
2 changes: 1 addition & 1 deletion src/traccuracy/loaders/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Subpackage for loading tracking data into memory
"""Subpackage for loading tracking data into memory

This subpackage contains functions for loading ground
truth or tracking method outputs into memory as TrackingGraph objects.
Expand Down
2 changes: 1 addition & 1 deletion src/traccuracy/matchers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Subpackage for matching ground truth and prediction tracks
"""Subpackage for matching ground truth and prediction tracks

This subpackage contains functions that match nodes and edges
of a ground truth and predicted tracking solution.
Expand Down
3 changes: 1 addition & 2 deletions src/traccuracy/track_errors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"""Subpackage for annotating errors on nodes and edges of TrackingGraphs
"""
"""Subpackage for annotating errors on nodes and edges of TrackingGraphs"""