pysal / momepy

Urban Morphology Measuring Toolkit
https://docs.momepy.org
BSD 3-Clause "New" or "Revised" License
465 stars 56 forks source link

DOC: ruff user guide #613

Closed martinfleis closed 4 weeks ago

martinfleis commented 4 weeks ago

@jGaboardi any idea why it was not picked up by pre-commit?

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.0%. Comparing base (4037c70) to head (683cd6f). Report is 49 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/pysal/momepy/pull/613/graphs/tree.svg?width=650&height=150&src=pr&token=VNn0WR5JWT&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pysal)](https://app.codecov.io/gh/pysal/momepy/pull/613?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pysal) ```diff @@ Coverage Diff @@ ## main #613 +/- ## ======================================= + Coverage 97.4% 98.0% +0.6% ======================================= Files 26 38 +12 Lines 4328 6086 +1758 ======================================= + Hits 4214 5964 +1750 - Misses 114 122 +8 ```
jGaboardi commented 4 weeks ago

Not 100% sure, but let's try to explicitly add the path in .pre-commit-config.yaml, like here in spopt. So ours would look like:

files: "momepy\/|docs\/"