Skip to content

Commit 99cf7f8

Browse files
[pre-commit.ci] pre-commit autoupdate (#235)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.1.0](pre-commit/pre-commit-hooks@v3.4.0...v4.1.0) - https://github.com/ambv/blackhttps://github.com/psf/black - [github.com/psf/black: 20.8b1 → 21.12b0](psf/black@20.8b1...21.12b0) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.0 → 4.0.1](PyCQA/flake8@3.9.0...4.0.1) - https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: v5.7.0 → 5.10.1](PyCQA/isort@v5.7.0...5.10.1) - [github.com/pre-commit/mirrors-prettier: v2.2.1 → v2.5.1](pre-commit/mirrors-prettier@v2.2.1...v2.5.1) - [github.com/pre-commit/mirrors-prettier: v2.2.1 → v2.5.1](pre-commit/mirrors-prettier@v2.2.1...v2.5.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ae6c0cc commit 99cf7f8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 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: v3.4.0
8+
rev: v4.1.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
@@ -15,27 +15,27 @@ repos:
1515
- id: pretty-format-json
1616
args: ['--autofix', '--indent=2', '--no-sort-keys']
1717

18-
- repo: https://github.com/ambv/black
19-
rev: 20.8b1
18+
- repo: https://github.com/psf/black
19+
rev: 21.12b0
2020
hooks:
2121
- id: black
2222
args: ['--line-length', '100', '--skip-string-normalization']
2323

24-
- repo: https://gitlab.com/pycqa/flake8
25-
rev: 3.9.0
24+
- repo: https://github.com/PyCQA/flake8
25+
rev: 4.0.1
2626
hooks:
2727
- id: flake8
2828

2929
- repo: https://github.com/asottile/seed-isort-config
3030
rev: v2.2.0
3131
hooks:
3232
- id: seed-isort-config
33-
- repo: https://github.com/pre-commit/mirrors-isort
34-
rev: v5.7.0
33+
- repo: https://github.com/PyCQA/isort
34+
rev: 5.10.1
3535
hooks:
3636
- id: isort
3737
- repo: https://github.com/pre-commit/mirrors-prettier
38-
rev: 'v2.2.1'
38+
rev: 'v2.5.1'
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.2.1'
53+
rev: 'v2.5.1'
5454
hooks:
5555
- id: prettier
5656
name: prettier-markdown

0 commit comments

Comments
 (0)