We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ecd7f commit eab1097Copy full SHA for eab1097
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ ci:
6
7
repos:
8
- repo: https://github.com/psf/black
9
- rev: 23.12.1
+ rev: 24.8.0
10
hooks:
11
- id: black
12
name: Running black in all files.
@@ -19,7 +19,7 @@ repos:
19
name: Running isort in all files.
20
21
- repo: https://github.com/pre-commit/pre-commit-hooks
22
- rev: v4.5.0
+ rev: v4.6.0
23
24
- id: check-ast
25
name: Check if python files are valid syntax for the ast parser
table2ascii/__init__.py
@@ -1,6 +1,7 @@
1
"""
2
table2ascii - Library for converting 2D Python lists to fancy ASCII/Unicode tables
3
4
+
5
import sys
from typing import TYPE_CHECKING
0 commit comments