Skip to content

Commit f834f6e

Browse files
authored
Merge pull request #288 from dajiaji/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 0bfd7e5 + e629480 commit f834f6e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: blacken-docs
1212

1313
- repo: https://github.com/PyCQA/flake8
14-
rev: 5.0.4
14+
rev: 6.0.0
1515
hooks:
1616
- id: flake8
1717
args: [--ignore, "E203,E501,B006,W503"]
@@ -24,14 +24,14 @@ repos:
2424
args: [--profile, "black"]
2525

2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v0.990
27+
rev: v0.991
2828
hooks:
2929
- id: mypy
3030
args: [--ignore-missing-imports]
3131
additional_dependencies: [types-requests==2.26.3]
3232

3333
- repo: https://github.com/pre-commit/pre-commit-hooks
34-
rev: v4.3.0
34+
rev: v4.4.0
3535
hooks:
3636
- id: check-json
3737
- id: check-toml

0 commit comments

Comments
 (0)