Skip to content

Commit f8a532a

Browse files
[pre-commit.ci] pre-commit autoupdate (#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 91a6e12 commit f8a532a

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
@@ -32,7 +32,7 @@ repos:
3232

3333
# Upgrade old Python syntax
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: "v2.31.0"
35+
rev: "v2.31.1"
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py36-plus]
@@ -64,14 +64,14 @@ repos:
6464
- id: remove-tabs
6565

6666
- repo: https://github.com/sirosen/texthooks
67-
rev: "0.2.2"
67+
rev: "0.3.1"
6868
hooks:
6969
- id: fix-ligatures
7070
- id: fix-smartquotes
7171

7272
# Autoremoves unused imports
7373
- repo: https://github.com/hadialqattan/pycln
74-
rev: "v1.2.4"
74+
rev: "v1.2.5"
7575
hooks:
7676
- id: pycln
7777

@@ -122,7 +122,7 @@ repos:
122122

123123
# Check static types with mypy
124124
- repo: https://github.com/pre-commit/mirrors-mypy
125-
rev: "v0.931"
125+
rev: "v0.940"
126126
hooks:
127127
- id: mypy
128128
args: [--show-error-codes]
@@ -131,7 +131,7 @@ repos:
131131

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

0 commit comments

Comments
 (0)