-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop
black
- reup linting w/0 Python 3.8 pin (#332)
* adopt ruff-format -- add pre-commit * remove py38 target linting pin * ruff formating esda/ * lint topo.py * lint tabular.py * lint smoother.py * lint smaup * lint silhouettes.py * lint shape.py * lint moran.py * lint mixture_smoothing.py * lint map_comparison.py * lint losh.py * lint lee.py * lint join_counts.py * lint join_counts_local.py * lint join_counts_local_mv.py * lint join_counts_local_bv.py * lint getisord.py * lint geary.py * lint geary_local.py * lint geary_local_mv.py * lint gamma.py * lint crand.py * lint adbscan.py
- Loading branch information
Showing
24 changed files
with
255 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
files: "esda\/" | ||
repos: | ||
- repo: https://github.com/astral-sh/ruff-pre-commit | ||
rev: "v0.5.3" | ||
hooks: | ||
- id: ruff | ||
- id: ruff-format | ||
|
||
ci: | ||
autofix_prs: false | ||
autoupdate_schedule: quarterly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.