Skip to content

Commit 62fc903

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/PyCQA/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/psf/black: 22.8.0 → 22.12.0](psf/black@22.8.0...22.12.0)
1 parent e16944a commit 62fc903

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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.3.0
7+
rev: v4.4.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -14,20 +14,20 @@ repos:
1414
- id: double-quote-string-fixer
1515

1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 5.0.4
17+
rev: 6.0.0
1818
hooks:
1919
- id: flake8
2020
- repo: https://github.com/asottile/seed-isort-config
2121
rev: v2.2.0
2222
hooks:
2323
- id: seed-isort-config
2424
- repo: https://github.com/PyCQA/isort
25-
rev: 5.10.1
25+
rev: 5.11.4
2626
hooks:
2727
- id: isort
2828

2929
- repo: https://github.com/psf/black
30-
rev: 22.8.0
30+
rev: 22.12.0
3131
hooks:
3232
- id: black
3333
args: ["--line-length", "100", "--skip-string-normalization"]

0 commit comments

Comments
 (0)