Skip to content

Commit d7fedae

Browse files
[pre-commit.ci] pre-commit autoupdate (#464)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7f2e39f commit d7fedae

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
@@ -48,7 +48,7 @@ repos:
4848
args: [--py38-plus]
4949

5050
- repo: https://github.com/john-hen/Flake8-pyproject
51-
rev: 1.1.0.post0
51+
rev: 1.2.0
5252
hooks:
5353
- id: Flake8-pyproject
5454
alias: flake8
@@ -57,7 +57,7 @@ repos:
5757
stages: [manual]
5858

5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: v0.990
60+
rev: v0.991
6161
hooks:
6262
- id: mypy
6363
args: ["--config-file", "pyproject.toml"]
@@ -73,15 +73,15 @@ repos:
7373
stages: [manual]
7474

7575
- repo: https://github.com/python-jsonschema/check-jsonschema
76-
rev: 0.19.1
76+
rev: 0.19.2
7777
hooks:
7878
- id: check-github-workflows
7979
name: "Check GitHub Workflows"
8080
files: ^\.github/workflows/
8181
types: [yaml]
8282

8383
- repo: https://github.com/python-jsonschema/check-jsonschema
84-
rev: 0.19.1
84+
rev: 0.19.2
8585
hooks:
8686
- id: check-github-workflows
8787
name: "Check Example Workflows"

0 commit comments

Comments
 (0)