Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#57)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 27, 2025
1 parent 8ea7e96 commit 3fa4270
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
args: ["--maxkb=500"]

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

Expand Down
4 changes: 1 addition & 3 deletions lidar/filling.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""Module for filling surface depressions.
"""
"""Module for filling surface depressions."""

import os
import time
Expand Down
4 changes: 1 addition & 3 deletions lidar/filtering.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""Module for applying filters to image.
"""
"""Module for applying filters to image."""

import os
from scipy import ndimage
Expand Down
4 changes: 1 addition & 3 deletions lidar/mounts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""Module for delineating the nested hierarchy of elevated features (i.e., mounts).
"""
"""Module for delineating the nested hierarchy of elevated features (i.e., mounts)."""

import os
import numpy as np
Expand Down
4 changes: 1 addition & 3 deletions lidar/slicing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""Module for the level-set algorithm.
"""
"""Module for the level-set algorithm."""

import os
import math
Expand Down

0 comments on commit 3fa4270

Please sign in to comment.