Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#118)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jonah Lawrence <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and DenverCoder1 authored Aug 7, 2024
1 parent 66ecd7f commit eab1097
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:
repos:
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.8.0
hooks:
- id: black
name: Running black in all files.
Expand All @@ -19,7 +19,7 @@ repos:
name: Running isort in all files.

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-ast
name: Check if python files are valid syntax for the ast parser
Expand Down
1 change: 1 addition & 0 deletions table2ascii/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
table2ascii - Library for converting 2D Python lists to fancy ASCII/Unicode tables
"""

import sys
from typing import TYPE_CHECKING

Expand Down

0 comments on commit eab1097

Please sign in to comment.