Skip to content

Commit

Permalink
Merge pull request pysal#211 from pysal/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
jGaboardi authored Apr 2, 2024
2 parents 6468f09 + 740607c commit 39a3301
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
files: "giddy\/"
repos:
- repo: https://github.com/psf/black
rev: "23.12.1"
rev: "24.3.0"
hooks:
- id: black
language_version: python3
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.9"
rev: "v0.3.5"
hooks:
- id: ruff

Expand Down
1 change: 1 addition & 0 deletions giddy/components.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Checking for connected components in a graph.
"""

__author__ = "Sergio J. Rey <[email protected]>"


Expand Down
1 change: 1 addition & 0 deletions giddy/directional.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Directional Analysis of Dynamic LISAs
"""

__author__ = "Sergio J. Rey <[email protected]>"

__all__ = ["Rose"]
Expand Down
1 change: 1 addition & 0 deletions giddy/ergodic.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Summary measures for ergodic Markov chains.
"""

__author__ = "Sergio J. Rey <[email protected]>, Wei Kang <[email protected]>"

__all__ = ["steady_state", "var_mfpt_ergodic", "mfpt"]
Expand Down
1 change: 1 addition & 0 deletions giddy/markov.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Markov based methods for spatial dynamics.
"""

__author__ = "Sergio J. Rey <[email protected]>, Wei Kang <[email protected]>"

__all__ = [
Expand Down
1 change: 1 addition & 0 deletions giddy/rank.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Rank and spatial rank mobility measures.
"""

__author__ = "Sergio J. Rey <[email protected]>, Wei Kang <[email protected]>"

__all__ = [
Expand Down

0 comments on commit 39a3301

Please sign in to comment.