14
0
forked from pool/python-ruff

- update to 0.1.13

* Bug fixes
   * Include base pyproject when initializing cache settings 
   * [flake8-simplify] Account for possibly-empty f-string values in truthiness logic 
   * [pylint] Add the missing period in unnecessary-dunder-call 
   * [pylint] Fix __aenter__ message in unnecessary-dunder-call

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=30
This commit is contained in:
2024-01-15 13:28:37 +00:00
committed by Git OBS Bridge
parent d5859e9615
commit d597136ec1
5 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 15 13:27:02 UTC 2024 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.1.13
* Bug fixes
* Include base pyproject when initializing cache settings
* [flake8-simplify] Account for possibly-empty f-string values in truthiness logic
* [pylint] Add the missing period in unnecessary-dunder-call
* [pylint] Fix __aenter__ message in unnecessary-dunder-call
-------------------------------------------------------------------
Fri Jan 12 11:48:38 UTC 2024 - Ondřej Súkup <mimi.vx@gmail.com>