Skip to content

Commit a93e3bf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/ambv/blackhttps://github.com/psf/black - [github.com/psf/black: 21.6b0 → 21.12b0](psf/black@21.6b0...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 6b447a3 commit a93e3bf

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)