Skip to content

Commit cdafe8d

Browse files
flake8 pre-commit has been moved, isort broken on macos
1 parent 9441fdd commit cdafe8d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,4 @@ dmypy.json
127127

128128
# Pyre type checker
129129
.pyre/
130+
.vscode/

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- --skip="./.*,*.csv,*.json,*.md"
2121
- --quiet-level=2
2222
exclude_types: [csv, json]
23-
- repo: https://gitlab.com/pycqa/flake8
23+
- repo: https://github.com/pycqa/flake8
2424
rev: 3.8.4
2525
hooks:
2626
- id: flake8
@@ -34,6 +34,6 @@ repos:
3434
hooks:
3535
- id: yamllint
3636
- repo: https://github.com/PyCQA/isort
37-
rev: 5.5.3
37+
rev: 5.12.0
3838
hooks:
3939
- id: isort

0 commit comments

Comments
 (0)