Skip to content

Commit 31f2e94

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0) - https://github.com/ambv/blackhttps://github.com/psf/black - [github.com/psf/black: 21.5b2 → 21.12b0](psf/black@21.5b2...21.12b0) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) - https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: v5.8.0 → 5.10.1](PyCQA/isort@v5.8.0...5.10.1) - [github.com/pre-commit/mirrors-prettier: v2.2.0 → v2.5.1](pre-commit/mirrors-prettier@v2.2.0...v2.5.1)
1 parent decee57 commit 31f2e94

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)