Skip to content

Commit ee3643c

Browse files
authored
Merge pull request #250 from carbonplan/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 13124e7 + b55e28f commit ee3643c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
exclude: ^(secrets/|data/)
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.3.0
8+
rev: v4.4.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
@@ -16,13 +16,13 @@ repos:
1616
args: ['--autofix', '--indent=2', '--no-sort-keys']
1717

1818
- repo: https://github.com/psf/black
19-
rev: 22.6.0
19+
rev: 23.3.0
2020
hooks:
2121
- id: black
2222
args: ['--line-length', '100', '--skip-string-normalization']
2323

2424
- repo: https://github.com/PyCQA/flake8
25-
rev: 5.0.4
25+
rev: 6.0.0
2626
hooks:
2727
- id: flake8
2828

@@ -31,11 +31,11 @@ repos:
3131
hooks:
3232
- id: seed-isort-config
3333
- repo: https://github.com/PyCQA/isort
34-
rev: 5.10.1
34+
rev: 5.12.0
3535
hooks:
3636
- id: isort
3737
- repo: https://github.com/pre-commit/mirrors-prettier
38-
rev: 'v2.7.1'
38+
rev: 'v3.0.0-alpha.6'
3939
hooks:
4040
- id: prettier
4141
language_version: system
@@ -50,7 +50,7 @@ repos:
5050
|yaml|yml\
5151
)$"
5252
- repo: https://github.com/pre-commit/mirrors-prettier
53-
rev: 'v2.7.1'
53+
rev: 'v3.0.0-alpha.6'
5454
hooks:
5555
- id: prettier
5656
name: prettier-markdown

0 commit comments

Comments
 (0)