Skip to content

Commit ed14073

Browse files
pre-commit-ci[bot]rwgk
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (pybind#3800)
updates: - [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](asottile/pyupgrade@v2.31.0...v2.31.1) - [github.com/sirosen/texthooks: 0.2.2 → 0.3.1](sirosen/texthooks@0.2.2...0.3.1) - [github.com/hadialqattan/pycln: v1.2.4 → v1.2.5](hadialqattan/pycln@v1.2.4...v1.2.5) - [github.com/pre-commit/mirrors-mypy: v0.931 → v0.940](pre-commit/mirrors-mypy@v0.931...v0.940) - [github.com/mgedmin/check-manifest: 0.47 → 0.48](mgedmin/check-manifest@0.47...0.48) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6bbc5a4 commit ed14073

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333

3434
# Upgrade old Python syntax
3535
- repo: https://github.com/asottile/pyupgrade
36-
rev: "v2.31.0"
36+
rev: "v2.31.1"
3737
hooks:
3838
- id: pyupgrade
3939
args: [--py36-plus]
@@ -66,14 +66,14 @@ repos:
6666
exclude: (^docs/.*|\.patch)?$
6767

6868
- repo: https://github.com/sirosen/texthooks
69-
rev: "0.2.2"
69+
rev: "0.3.1"
7070
hooks:
7171
- id: fix-ligatures
7272
- id: fix-smartquotes
7373

7474
# Autoremoves unused imports
7575
- repo: https://github.com/hadialqattan/pycln
76-
rev: "v1.2.4"
76+
rev: "v1.2.5"
7777
hooks:
7878
- id: pycln
7979

@@ -125,7 +125,7 @@ repos:
125125

126126
# Check static types with mypy
127127
- repo: https://github.com/pre-commit/mirrors-mypy
128-
rev: "v0.931"
128+
rev: "v0.940"
129129
hooks:
130130
- id: mypy
131131
args: [--show-error-codes]
@@ -134,7 +134,7 @@ repos:
134134

135135
# Checks the manifest for missing files (native support)
136136
- repo: https://github.com/mgedmin/check-manifest
137-
rev: "0.47"
137+
rev: "0.48"
138138
hooks:
139139
- id: check-manifest
140140
# This is a slow hook, so only run this if --hook-stage manual is passed

0 commit comments

Comments
 (0)