Skip to content

Commit d462f0f

Browse files
[pre-commit.ci] pre-commit autoupdate (#97)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jonah Lawrence <jonah@freshidea.com>
1 parent 5a0c507 commit d462f0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v3
1818

19-
- name: Set up python 3.7
19+
- name: Set up python 3.8
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: 3.7
22+
python-version: 3.8
2323
cache: pip
2424
cache-dependency-path: |
2525
setup.py

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
name: Running black in all files.
1313

1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.11.4
15+
rev: 5.12.0
1616
hooks:
1717
- id: isort
1818
args: ["--profile", "black", "--extend-skip", "table2ascii"]

0 commit comments

Comments
 (0)