15
0

- update to 24.9.0:

* Don't emit Y053 for long strings inside `Literal` slices or
  * metadata strings inside `Annotated` slices.
  * `flake8-pyi` no longer supports being run using Python 3.8.
    As a result, it not longer depends on the third-party
   `ast_decompiler` package.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-pyi?expand=0&rev=33
This commit is contained in:
2024-10-29 21:16:10 +00:00
committed by Git OBS Bridge
parent 38e7ee9ca9
commit 5826fee916
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Oct 29 21:15:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 24.9.0:
* Don't emit Y053 for long strings inside `Literal` slices or
* metadata strings inside `Annotated` slices.
* `flake8-pyi` no longer supports being run using Python 3.8.
As a result, it not longer depends on the third-party
`ast_decompiler` package.
-------------------------------------------------------------------
Sat Jun 15 15:36:11 UTC 2024 - Dirk Müller <dmueller@suse.com>