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

Commit ddec1a8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/psf/black: 22.6.0 → 22.10.0](psf/black@22.6.0...22.10.0) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.2](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.2)
1 parent f3e2794 commit ddec1a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
"nowcasting_dataset",
2727
]
2828
- repo: https://github.com/PyCQA/flake8
29-
rev: 4.0.1
29+
rev: 5.0.4
3030
hooks:
3131
- id: flake8
3232
args:
@@ -44,14 +44,14 @@ repos:
4444
- id: isort
4545
args: [--profile, black, --line-length, "100", "nowcasting_dataset"]
4646
- repo: https://github.com/psf/black
47-
rev: 22.6.0
47+
rev: 22.10.0
4848
hooks:
4949
- id: black
5050
args: [--line-length, "100"]
5151

5252
# yaml formatting
5353
- repo: https://github.com/pre-commit/mirrors-prettier
54-
rev: v2.7.1
54+
rev: v3.0.0-alpha.2
5555
hooks:
5656
- id: prettier
5757
types: [yaml]

0 commit comments

Comments
 (0)