commitfmt-darwin 0.3.0__tar.gz → 0.4.0__tar.gz

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_darwin
3
- Version: 0.3.0
3
+ Version: 0.4.0
4
4
  Summary: Utility for formatting and verifying the commit message.
5
5
  Author-email: Mikhael Khrustik <misha@myrt.co>
6
6
  License: MIT
@@ -170,15 +170,12 @@ It is an opinionated formatter and the author has established best practices tha
170
170
 
171
171
  ### Linting
172
172
 
173
- Most of the linting rules are disabled by default. Default config contains 3 rules as they can be safely auto-fixed:
173
+ Most of the linting rules are disabled by default. Default config contains 2 rules as they can be safely auto-fixed:
174
174
 
175
175
  ```toml
176
176
  [lint.header]
177
177
  full-stop = true
178
178
 
179
- [lint.body]
180
- new-line = true
181
-
182
179
  [lint.footer]
183
180
  breaking-exclamation = true
184
181
  ```
@@ -151,15 +151,12 @@ It is an opinionated formatter and the author has established best practices tha
151
151
 
152
152
  ### Linting
153
153
 
154
- Most of the linting rules are disabled by default. Default config contains 3 rules as they can be safely auto-fixed:
154
+ Most of the linting rules are disabled by default. Default config contains 2 rules as they can be safely auto-fixed:
155
155
 
156
156
  ```toml
157
157
  [lint.header]
158
158
  full-stop = true
159
159
 
160
- [lint.body]
161
- new-line = true
162
-
163
160
  [lint.footer]
164
161
  breaking-exclamation = true
165
162
  ```
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: commitfmt_darwin
3
- Version: 0.3.0
3
+ Version: 0.4.0
4
4
  Summary: Utility for formatting and verifying the commit message.
5
5
  Author-email: Mikhael Khrustik <misha@myrt.co>
6
6
  License: MIT
@@ -170,15 +170,12 @@ It is an opinionated formatter and the author has established best practices tha
170
170
 
171
171
  ### Linting
172
172
 
173
- Most of the linting rules are disabled by default. Default config contains 3 rules as they can be safely auto-fixed:
173
+ Most of the linting rules are disabled by default. Default config contains 2 rules as they can be safely auto-fixed:
174
174
 
175
175
  ```toml
176
176
  [lint.header]
177
177
  full-stop = true
178
178
 
179
- [lint.body]
180
- new-line = true
181
-
182
179
  [lint.footer]
183
180
  breaking-exclamation = true
184
181
  ```
@@ -6,7 +6,7 @@ authors = [
6
6
  description = "Utility for formatting and verifying the commit message."
7
7
  readme = "README.md"
8
8
  requires-python = ">=3.9"
9
- version = "0.3.0"
9
+ version = "0.4.0"
10
10
  keywords = ["git", "hook"]
11
11
  license = {text = "MIT"}
12
12
  classifiers = [