Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 14, 2024
1 parent afca68e commit 00795ab
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion venv/bin/Activate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ command:
PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
For more information on Execution Policies:
For more information on Execution Policies:
https://go.microsoft.com/fwlink/?LinkID=135170
#>
Expand Down
1 change: 0 additions & 1 deletion venv/lib/python3.12/site-packages/pip-24.2.dist-info/WHEEL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ Wheel-Version: 1.0
Generator: setuptools (71.1.0)
Root-Is-Purelib: true
Tag: py3-none-any

Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ def ToUnicode(label: Union[bytes, bytearray]) -> str:

def nameprep(s: Any) -> None:
raise NotImplementedError('IDNA 2008 does not utilise nameprep protocol')

Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
__version__ = '3.7'

Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class RtfFormatter(Formatter):
`lineno_fontsize`
Font size for line numbers. Size is specified in half points
(default: `fontsize`).
(default: `fontsize`).
.. versionadded:: 2.18
Expand All @@ -73,21 +73,21 @@ class RtfFormatter(Formatter):
.. versionadded:: 2.18
`lineno_color`
Color for line numbers specified as a hex triplet, e.g. ``'5e5e5e'``.
Defaults to the style's line number color if it is a hex triplet,
Color for line numbers specified as a hex triplet, e.g. ``'5e5e5e'``.
Defaults to the style's line number color if it is a hex triplet,
otherwise ansi bright black.
.. versionadded:: 2.18
`hl_lines`
Specify a list of lines to be highlighted, as line numbers separated by
spaces, e.g. ``'3 7 8'``. The line numbers are relative to the input
spaces, e.g. ``'3 7 8'``. The line numbers are relative to the input
(i.e. the first line is line 1) unless `hl_linenostart` is set.
.. versionadded:: 2.18
`hl_color`
Color for highlighting the lines specified in `hl_lines`, specified as
Color for highlighting the lines specified in `hl_lines`, specified as
a hex triplet (default: style's `highlight_color`).
.. versionadded:: 2.18
Expand Down
Binary file not shown.

0 comments on commit 00795ab

Please sign in to comment.