Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit d458a94

Browse files
[pre-commit.ci] pre-commit autoupdate (#117)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) - [github.com/pre-commit/mirrors-mypy: v0.960 → v0.961](pre-commit/mirrors-mypy@v0.960...v0.961) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 133f60c commit d458a94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autoupdate_schedule: monthly
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.2.0
6+
rev: v4.3.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -15,7 +15,7 @@ repos:
1515
- id: isort
1616
# https://github.com/python/black#version-control-integration
1717
- repo: https://github.com/psf/black
18-
rev: 22.3.0
18+
rev: 22.6.0
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/keewis/blackdoc
@@ -32,7 +32,7 @@ repos:
3232
# - id: velin
3333
# args: ["--write", "--compact"]
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v0.960
35+
rev: v0.961
3636
hooks:
3737
- id: mypy
3838
# Copied from setup.cfg

0 commit comments

Comments
 (0)