Skip to content

Commit 0d2854c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.6.0 → 22.12.0](psf/black@22.6.0...22.12.0) - [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.2 → 6.0.0](PyCQA/flake8@5.0.2...6.0.0) - [github.com/pre-commit/mirrors-mypy: v0.971 → v0.991](pre-commit/mirrors-mypy@v0.971...v0.991)
1 parent 8db5a24 commit 0d2854c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 22.6.0
7+
rev: 22.12.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.3.0
11+
rev: v4.4.0
1212
hooks:
1313
- id: check-yaml
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 5.0.2
17+
rev: 6.0.0
1818
hooks:
1919
- id: flake8
2020
args:
2121
- --max-line-length=100
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v0.971
23+
rev: v0.991
2424
hooks:
2525
- id: mypy
2626
args: [--no-strict-optional, --ignore-missing-imports]

0 commit comments

Comments
 (0)