Skip to content

Commit 6fd8267

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 → 23.7.0](psf/black@23.1.0...23.7.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.1](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.5.0](pre-commit/mirrors-mypy@v1.1.1...v1.5.0) - [github.com/packit/pre-commit-hooks: v1.0.0 → v1.2.0](packit/pre-commit-hooks@v1.0.0...v1.2.0)
1 parent 5ad462d commit 6fd8267

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

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

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 23.1.0
7+
rev: 23.7.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pre-commit/mirrors-prettier
11-
rev: v3.0.0-alpha.6
11+
rev: v3.0.1
1212
hooks:
1313
- id: prettier
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -22,19 +22,19 @@ repos:
2222
- id: end-of-file-fixer
2323
- id: trailing-whitespace
2424
- repo: https://github.com/PyCQA/flake8
25-
rev: 6.0.0
25+
rev: 6.1.0
2626
hooks:
2727
- id: flake8
2828
args:
2929
- --max-line-length=100
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.1.1
31+
rev: v1.5.0
3232
hooks:
3333
- id: mypy
3434
args: [--no-strict-optional, --ignore-missing-imports]
3535
additional_dependencies: [types-click, types-requests, types-PyYAML]
3636
- repo: https://github.com/packit/pre-commit-hooks
37-
rev: v1.0.0
37+
rev: v1.2.0
3838
hooks:
3939
- id: check-rebase
4040
args:

0 commit comments

Comments
 (0)