Skip to content

Commit 8cbf28f

Browse files
authored
Merge pull request #719 from fastmachinelearning/isort_update
update isort to fix pre-commit
2 parents 8523b2b + 7cb4f1e commit 8cbf28f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [3.7]
15+
python-version: [3.8]
1616

1717
steps:
1818
- name: Checkout

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: trailing-whitespace
2525

2626
- repo: https://github.com/PyCQA/isort
27-
rev: 5.11.4
27+
rev: 5.12.0
2828
hooks:
2929
- id: isort
3030
args: ["--profile", "black", --line-length=125]

0 commit comments

Comments
 (0)