Skip to content

Commit ac795c6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/asottile/pyupgrade: v3.2.0 → v3.3.1](asottile/pyupgrade@v3.2.0...v3.3.1) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.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.982 → v0.991](pre-commit/mirrors-mypy@v0.982...v0.991) - [github.com/mgedmin/check-manifest: 0.48 → 0.49](mgedmin/check-manifest@0.48...0.49)
1 parent 70d6208 commit ac795c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -18,7 +18,7 @@ repos:
1818
- id: python-use-type-annotations
1919
- id: text-unicode-replacement-char
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.2.0
21+
rev: v3.3.1
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py37-plus]
@@ -37,11 +37,11 @@ repos:
3737
- id: docformatter
3838
args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
3939
- repo: https://github.com/psf/black
40-
rev: 22.10.0
40+
rev: 22.12.0
4141
hooks:
4242
- id: black
4343
- repo: https://github.com/PyCQA/flake8
44-
rev: 5.0.4
44+
rev: 6.0.0
4545
hooks:
4646
- id: flake8
4747
types: [python]
@@ -80,7 +80,7 @@ repos:
8080
hooks:
8181
- id: codespell
8282
- repo: https://github.com/pre-commit/mirrors-mypy
83-
rev: 'v0.982'
83+
rev: 'v0.991'
8484
hooks:
8585
- id: mypy
8686
args: [
@@ -95,7 +95,7 @@ repos:
9595
pass_filenames: false
9696
language_version: "3.9"
9797
- repo: https://github.com/mgedmin/check-manifest
98-
rev: "0.48"
98+
rev: "0.49"
9999
hooks:
100100
- id: check-manifest
101101
args: [--no-build-isolation]

0 commit comments

Comments
 (0)