File tree Expand file tree Collapse file tree 1 file changed +61
-0
lines changed
Expand file tree Collapse file tree 1 file changed +61
-0
lines changed Original file line number Diff line number Diff line change 22Changelog
33===============
44
5+ 1.1.1
6+ -------------
7+
8+ Correctly handle "good" code in ``newline_after_equals ``.
9+
10+ 1.1.0
11+ -------------
12+
13+ Add new ``newline_after_equals `` hook to remove newlines after equals signs.
14+
15+ 1.0.2
16+ -------------
17+
18+ Correctly handle single-element tuples in yapf nested commas fixup.
19+
20+ 1.0.1
21+ -------------
22+
23+ Handle other nested cases (dicts and lists) for yapf commas fixup.
24+
25+ 1.0.0
26+ -------------
27+
28+ * Bump ``dom-toml `` and use new ``attrs `` syntax rather than ``attr ``.
29+ * Fix nested calls with commas in yapf hook.
30+
31+ 0.9.0
32+ -------------
33+
34+ * Drop support for Python 3.6.
35+ * Ensure use_tabs/indent and column_limit/line_length options are passed through to yapf when using separate config file.
36+ * Ensure syntax errors from yapf are correctly handled.
37+
38+ 0.8.0
39+ -------------
40+
41+ Cap yapf version due to issue with trailing commas and closing brackets.
42+
43+ 0.7.0
44+ -------------
45+
46+ Add support for Python 3.13 and newer yapf and isort versions.
47+
48+ 0.6.0
49+ -------------
50+
51+ * Add ``--version `` command line option.
52+ * Add support for Python 3.12.
53+
54+ 0.5.0
55+ -------------
56+
57+ ``formate.toml `` and the yapf style file (``.style.yapf ``) may now be in the current working directory or any parent directory.
58+ This allows for instance the placing of global configuration in the home directory.
59+
60+ 0.4.10
61+ -------------
62+
63+ * Fix typo in QuoteRewriter.visit_AsyncFunctionDef function name.
64+ * Move from ``repo-helper `` to ``python-formate `` organisations on GitHub.
65+
5660.4.9
667-------------
768
You can’t perform that action at this time.
0 commit comments