commitfmt 0.3.0__py3-none-any.whl → 0.4.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: commitfmt
3
- Version: 0.3.0
3
+ Version: 0.4.1
4
4
  Summary: Utility for formatting and verifying the commit message.
5
5
  Author-email: Mikhael Khrustik <misha@myrt.co>
6
6
  License: MIT
@@ -174,20 +174,17 @@ It is an opinionated formatter and the author has established best practices tha
174
174
 
175
175
  ### Linting
176
176
 
177
- Most of the linting rules are disabled by default. Default config contains 3 rules as they can be safely auto-fixed:
177
+ Most of the linting rules are disabled by default. Default config contains 2 rules as they can be safely auto-fixed:
178
178
 
179
179
  ```toml
180
180
  [lint.header]
181
181
  full-stop = true
182
182
 
183
- [lint.body]
184
- new-line = true
185
-
186
183
  [lint.footer]
187
184
  breaking-exclamation = true
188
185
  ```
189
186
 
190
- To enable more rules, create a `commitfmt.toml` or (`.commitfmt.toml`) file in the root of your project. Available lint rules can be found in the [rules.md](https://github.com/mishamyrt/commitfmt/blob/main/crates/commitfmt_linter/docs/rules.md) file.
187
+ To enable more rules, create a `commitfmt.toml` or (`.commitfmt.toml`) file in the root of your project. Available lint rules can be found in the [rules.md](https://github.com/mishamyrt/commitfmt/blob/main/crates/commitfmt-linter/docs/rules.md) file.
191
188
 
192
189
  If there is a problem with an enabled rule and it cannot be automatically fixed, the commit process will be aborted.
193
190
 
@@ -0,0 +1,8 @@
1
+ commitfmt/__init__.py,sha256=XbqA09CGurplp5_c9PpHKvYDGevnhBjtUoYClkU9TCU,32
2
+ commitfmt/__main__.py,sha256=oYv9CGhyxv4OJDAo8jY-vH3WZ9y6IBt9FAVMIDdGARs,353
3
+ commitfmt/commitfmt.py,sha256=4D-ifjc3kqn_wGGZCUFgp5HKGZ5UmU6qnJahwx7HopI,995
4
+ commitfmt-0.4.1.dist-info/METADATA,sha256=0sA_GStTpwhTAhOsMUskZGXeJgYsy7wATTH96EajL1o,9229
5
+ commitfmt-0.4.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ commitfmt-0.4.1.dist-info/entry_points.txt,sha256=WbaxVY_kl8rYTrC2jtjP0U5x6gB0Q6CF5V2YKMrXQfc,54
7
+ commitfmt-0.4.1.dist-info/top_level.txt,sha256=YDzuLgcXgStEzOmg2c7IQZIpsye34U2vKCIheKEvyjg,10
8
+ commitfmt-0.4.1.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- commitfmt/__init__.py,sha256=XbqA09CGurplp5_c9PpHKvYDGevnhBjtUoYClkU9TCU,32
2
- commitfmt/__main__.py,sha256=oYv9CGhyxv4OJDAo8jY-vH3WZ9y6IBt9FAVMIDdGARs,353
3
- commitfmt/commitfmt.py,sha256=4D-ifjc3kqn_wGGZCUFgp5HKGZ5UmU6qnJahwx7HopI,995
4
- commitfmt-0.3.0.dist-info/METADATA,sha256=ZRYTWnPUcGY3K_m1ncOwbE3ZKMTO132Uetwbi2sK1BU,9258
5
- commitfmt-0.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- commitfmt-0.3.0.dist-info/entry_points.txt,sha256=WbaxVY_kl8rYTrC2jtjP0U5x6gB0Q6CF5V2YKMrXQfc,54
7
- commitfmt-0.3.0.dist-info/top_level.txt,sha256=YDzuLgcXgStEzOmg2c7IQZIpsye34U2vKCIheKEvyjg,10
8
- commitfmt-0.3.0.dist-info/RECORD,,