ruff/crates/ruff_linter/resources/test/fixtures/numpy
Mateusz Sokół ab6d9d4658
Add missing functions to NumPy 2.0 migration rule (#11528)
Hi! 

I left out some of the functions in the migration rule which became
removed in NumPy 2.0:
- `np.alltrue`
- `np.anytrue`
- `np.cumproduct`
- `np.product`

Addressing: https://github.com/numpy/numpy/issues/26493
2024-05-26 13:24:20 -04:00
..
NPY001.py Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
NPY002.py Add more NPY002 violations (#9862) 2024-02-07 09:54:11 -05:00
NPY003.py Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
NPY201.py Add missing functions to NumPy 2.0 migration rule (#11528) 2024-05-26 13:24:20 -04:00