Skip to content

Commit d21f715

Browse files
author
Joe Hamman
authored
Merge pull request #13 from carbonplan/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 6b447a3 + a93e3bf commit d21f715

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@ repos:
99
- id: check-yaml
1010
- id: double-quote-string-fixer
1111

12-
- repo: https://github.com/ambv/black
13-
rev: 21.6b0
12+
- repo: https://github.com/psf/black
13+
rev: 21.12b0
1414
hooks:
1515
- id: black
1616
args: ["--line-length", "100", "--skip-string-normalization"]
1717

18-
- repo: https://gitlab.com/pycqa/flake8
19-
rev: 3.9.2
18+
- repo: https://github.com/PyCQA/flake8
19+
rev: 4.0.1
2020
hooks:
2121
- id: flake8
2222
- repo: https://github.com/asottile/seed-isort-config
2323
rev: v2.2.0
2424
hooks:
2525
- id: seed-isort-config
26-
- repo: https://github.com/pre-commit/mirrors-isort
27-
rev: v5.8.0
26+
- repo: https://github.com/PyCQA/isort
27+
rev: 5.10.1
2828
hooks:
2929
- id: isort
3030

3131
- repo: https://github.com/pre-commit/mirrors-prettier
32-
rev: v2.2.0
32+
rev: v2.5.1
3333
hooks:
3434
- id: prettier
3535
language_version: system

0 commit comments

Comments
 (0)