Skip to content

Commit b07b7f1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.38.0 → v3.3.1](asottile/pyupgrade@v2.38.0...v3.3.1) - https://github.com/python/blackhttps://github.com/psf/black - [github.com/psf/black: 22.8.0 → 22.12.0](psf/black@22.8.0...22.12.0) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pre-commit/mirrors-mypy: v0.971 → v0.991](pre-commit/mirrors-mypy@v0.971...v0.991)
1 parent 5f356b3 commit b07b7f1

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
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.38.0
3+
rev: v3.3.1
44
hooks:
55
- id: pyupgrade
66
args: [--py37-plus]
7-
- repo: https://github.com/python/black
8-
rev: 22.8.0
7+
- repo: https://github.com/psf/black
8+
rev: 22.12.0
99
hooks:
1010
- id: black
1111
language_version: python3
1212
- repo: https://github.com/pycqa/flake8
13-
rev: 5.0.4
13+
rev: 6.0.0
1414
hooks:
1515
- id: flake8
1616
additional_dependencies: [flake8-bugbear==22.9.11]
@@ -20,7 +20,7 @@ repos:
2020
- id: blacken-docs
2121
additional_dependencies: [black==22.3.0]
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v0.971
23+
rev: v0.991
2424
hooks:
2525
- id: mypy
2626
additional_dependencies: ["marshmallow>=3,<4", "types-PyYAML"]

0 commit comments

Comments
 (0)