15
0
forked from pool/python-ruff

- update to 0.6.1:

* Detect imports in src layouts by default for isort rules 
 * The pytest rules PT001 and PT023 now default to omitting the decorator parentheses when there are no arguments .
 * Lint and format Jupyter Notebook by default .
 * big list of changes: https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=75
This commit is contained in:
2024-08-19 17:42:38 +00:00
committed by Git OBS Bridge
parent 788df658f7
commit 71577d5bdb
5 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Aug 19 17:40:41 UTC 2024 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.6.1:
* Detect imports in src layouts by default for isort rules
* The pytest rules PT001 and PT023 now default to omitting the decorator parentheses when there are no arguments .
* Lint and format Jupyter Notebook by default .
* big list of changes: https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md
-------------------------------------------------------------------
Mon Aug 5 13:09:56 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>