Skip to content

Commit 865f905

Browse files
authored
Merge pull request #30 from packit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8db5a24 + 0d2854c commit 865f905

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)