Sagi Buchbinder-Shadur

Results 18 issues of Sagi Buchbinder-Shadur

### Description Added a new feature in preview mode: *Black* now knows how to trim trailing whitespaces inside f-strings. For example the following code: ```python print(f"there are { 2 }...

**Description** We've made a lot of progress improving the testing process in #3034 and #3062. A problem that still remains is that the existing cases data files are **ENORMOUS**. those...

C: maintenance

Added a new ability to be able to create a choice parameter type from enum class. How does it differ from `Choice`? Enums are the way of python to allow...

As of January 2020, Python 2.7 (and Python 2 in general) is not supported by the Python Software Foundation (PSF). The same implies to Python 3.5 as from December 2020....

wontfix

This is a followup issue for #478. The question here is how the *--convention* flag affects the chosen rules to be executed when evaluating doctsring. Here is my suggestion: I...

First of all: Awesome tool! I think it should be beneficial if *Pydocstyle* would not only validate that every function and class is documented, but it would also be able...

One thing I think is absent from this tool, as well as from [pydocstyle](https://github.com/PyCQA/pydocstyle) and other documentation validation tools, is the ability to check that all **parameters** are documented, not...

enhancement
needs triage

Taking inspiration from [poetry](https://python-poetry.org/docs/pyproject/), we should implement a "version" command for "briefcase". For example, given the following *pyproject.toml* file: ```toml [tool.briefcase] project_name = "EddingtonGUI" bundle = "com.eddington_gui" version = "0.0.2.dev0"...

enhancement
up-for-grabs

Description ======= When trying to install a development bundle of `darglint`, an error message appears. Here is the log I got when I tryed to use `pip install -e .`...