whitespace-format 0.0.6__py3-none-any.whl → 0.0.7__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,8 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: whitespace-format
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: Linter and formatter for source code files and text files
5
- Home-page: https://github.com/DavidPal/whitespace-format
6
5
  License: MIT
7
6
  Author: David Pal
8
7
  Author-email: davidko.pal@gmail.com
@@ -16,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.10
16
15
  Classifier: Programming Language :: Python :: 3.11
17
16
  Classifier: Programming Language :: Python :: 3.12
18
17
  Classifier: Programming Language :: Python :: 3.13
18
+ Project-URL: Homepage, https://github.com/DavidPal/whitespace-format
19
19
  Project-URL: Repository, https://github.com/DavidPal/whitespace-format
20
20
  Description-Content-Type: text/markdown
21
21
 
@@ -0,0 +1,6 @@
1
+ whitespace_format.py,sha256=Jl5SqNgDhgG9GixsCtTk2bFwri3Ez6msa8Asrqe99os,28942
2
+ whitespace_format-0.0.7.dist-info/LICENSE,sha256=rT6UNfWDYFQc-eo65FioDJRMAyVOndtF95wNCUhkK74,1076
3
+ whitespace_format-0.0.7.dist-info/METADATA,sha256=n9Nta0jpn-EVz1gVaMNtU7SuyAN9eECs87N0l3FIcvw,10411
4
+ whitespace_format-0.0.7.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
5
+ whitespace_format-0.0.7.dist-info/entry_points.txt,sha256=LbXoevzUZAF5MVbI2foNC9xeDjKS_Woz7VbA1ZNF5CY,60
6
+ whitespace_format-0.0.7.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.1
2
+ Generator: poetry-core 2.0.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
whitespace_format.py CHANGED
@@ -22,7 +22,7 @@ from enum import Enum
22
22
  from typing import List
23
23
  from typing import Tuple
24
24
 
25
- VERSION = "0.0.6"
25
+ VERSION = "0.0.7"
26
26
 
27
27
  # Regular expression that does NOT match any string.
28
28
  UNMATCHABLE_REGEX = "$."
@@ -187,7 +187,7 @@ class Change:
187
187
  def color_print(self, parsed_arguments: argparse.Namespace) -> None:
188
188
  """Prints a message in color."""
189
189
  color_print(
190
- f"[BOLD][BLUE]↳ line {self.line_number + 1}: "
190
+ f"[BOLD][BLUE]↳ line {self.line_number}: "
191
191
  f"[WHITE]{self.message(parsed_arguments.check_only)}[RESET_ALL]",
192
192
  parsed_arguments,
193
193
  )
@@ -1,6 +0,0 @@
1
- whitespace_format.py,sha256=Z-h8ePtLgn82M8Sj0OqdcIg1FNGqqkzmW23lJx4IE7E,28946
2
- whitespace_format-0.0.6.dist-info/LICENSE,sha256=rT6UNfWDYFQc-eo65FioDJRMAyVOndtF95wNCUhkK74,1076
3
- whitespace_format-0.0.6.dist-info/METADATA,sha256=lz3cNbXeyuTD4sTVINHswLIUNjPM3gL98bYScrAYt0k,10399
4
- whitespace_format-0.0.6.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
5
- whitespace_format-0.0.6.dist-info/entry_points.txt,sha256=LbXoevzUZAF5MVbI2foNC9xeDjKS_Woz7VbA1ZNF5CY,60
6
- whitespace_format-0.0.6.dist-info/RECORD,,