numcodecs icon indicating copy to clipboard operation
numcodecs copied to clipboard

chore: update pre-commit hooks

Open pre-commit-ci[bot] opened this issue 6 months ago • 3 comments

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 99.33%. Comparing base (e0ddee6) to head (3035bd4).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #762   +/-   ##
=======================================
  Coverage   99.33%   99.33%           
=======================================
  Files          26       26           
  Lines         898      898           
=======================================
  Hits          892      892           
  Misses          6        6           
:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Jul 07 '25 19:07 codecov[bot]

Add PT031 to the list of rules of ignore (for now): https://github.com/zarr-developers/numcodecs/blob/4fdb62507376c3896dfb25a02ca36cb4cdd6e913/pyproject.toml#L201-L204

DimitriPapadopoulos avatar Jul 07 '25 20:07 DimitriPapadopoulos

Requires #791 to pass tests:

- ruff-pre-commit
-     rev: v0.11.12
-     hooks:
-    - id: ruff
+ ruff-pre-commit
+     rev: v0.13.3
+     hooks:
+    - id: ruff-check

DimitriPapadopoulos avatar Nov 21 '25 21:11 DimitriPapadopoulos