forked from pool/python-yapf
- update to 0.31.0:
- Add 'BLANK_LINES_BETWEEN_TOP_LEVEL_IMPORTS_AND_VARIABLES' to support setting a custom number of blank lines between top-level imports and variable definitions. - Ignore end of line `# copybara:` directives when checking line length. - Do not scan exlcuded directories. Prior versions would scan an exluded folder then exclude its contents on a file by file basis. Preventing the folder being scanned is faster. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yapf?expand=0&rev=19
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 17 06:43:41 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.31.0:
|
||||
- Add 'BLANK_LINES_BETWEEN_TOP_LEVEL_IMPORTS_AND_VARIABLES' to support setting
|
||||
a custom number of blank lines between top-level imports and variable
|
||||
definitions.
|
||||
- Ignore end of line `# copybara:` directives when checking line length.
|
||||
- Do not scan exlcuded directories. Prior versions would scan an exluded
|
||||
folder then exclude its contents on a file by file basis. Preventing the
|
||||
folder being scanned is faster.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 29 09:31:01 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user