Skip to content

Commit cf49838

Browse files
author
Joe Hamman
authored
Merge pull request #48 from pangeo-data/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents decee57 + 31f2e94 commit cf49838

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.0.1
7+
rev: v4.1.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -13,27 +13,27 @@ repos:
1313
- id: check-yaml
1414
- id: double-quote-string-fixer
1515

16-
- repo: https://github.com/ambv/black
17-
rev: 21.5b2
16+
- repo: https://github.com/psf/black
17+
rev: 21.12b0
1818
hooks:
1919
- id: black
2020
args: ["--line-length", "80", "--skip-string-normalization"]
2121

22-
- repo: https://gitlab.com/pycqa/flake8
23-
rev: 3.9.2
22+
- repo: https://github.com/PyCQA/flake8
23+
rev: 4.0.1
2424
hooks:
2525
- id: flake8
2626
- repo: https://github.com/asottile/seed-isort-config
2727
rev: v2.2.0
2828
hooks:
2929
- id: seed-isort-config
30-
- repo: https://github.com/pre-commit/mirrors-isort
31-
rev: v5.8.0
30+
- repo: https://github.com/PyCQA/isort
31+
rev: 5.10.1
3232
hooks:
3333
- id: isort
3434

3535
- repo: https://github.com/pre-commit/mirrors-prettier
36-
rev: v2.2.0
36+
rev: v2.5.1
3737
hooks:
3838
- id: prettier
3939
language_version: system

0 commit comments

Comments
 (0)