Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 7ba8eb4

Browse files
committed
Update precommit hooks with all linters
1 parent 17d5f05 commit 7ba8eb4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.pre-commit-config.yaml

+10-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,20 @@ repos:
2727
rev: 4.0.1
2828
hooks:
2929
- id: flake8
30-
args: [--max-line-length, "100", --extend-ignore=E203]
30+
args:
31+
[
32+
--max-line-length,
33+
"100",
34+
--extend-ignore=E203,
35+
--per-file-ignores,
36+
"__init__.py:F401",
37+
"nowcasting_dataset",
38+
]
3139
- repo: https://github.com/PyCQA/isort
3240
rev: 5.9.3
3341
hooks:
3442
- id: isort
35-
args: [--profile, black, --line-length, "100"]
43+
args: [--profile, black, --line-length, "100", "nowcasting_dataset"]
3644
- repo: https://github.com/psf/black
3745
rev: 20.8b1
3846
hooks:

0 commit comments

Comments
 (0)