Skip to content

Commit eab1097

Browse files
[pre-commit.ci] pre-commit autoupdate (#118)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jonah Lawrence <[email protected]>
1 parent 66ecd7f commit eab1097

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66
77
repos:
88
- repo: https://github.com/psf/black
9-
rev: 23.12.1
9+
rev: 24.8.0
1010
hooks:
1111
- id: black
1212
name: Running black in all files.
@@ -19,7 +19,7 @@ repos:
1919
name: Running isort in all files.
2020

2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.5.0
22+
rev: v4.6.0
2323
hooks:
2424
- id: check-ast
2525
name: Check if python files are valid syntax for the ast parser

Diff for: table2ascii/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
table2ascii - Library for converting 2D Python lists to fancy ASCII/Unicode tables
33
"""
4+
45
import sys
56
from typing import TYPE_CHECKING
67

0 commit comments

Comments
 (0)