Skip to content

Commit c5fa343

Browse files
[pre-commit.ci] pre-commit autoupdate (#3951)
updates: - [github.com/asottile/pyupgrade: v2.32.1 → v2.33.0](asottile/pyupgrade@v2.32.1...v2.33.0) - [github.com/Lucas-C/pre-commit-hooks: v1.1.13 → v1.2.0](Lucas-C/pre-commit-hooks@v1.1.13...v1.2.0) - [github.com/hadialqattan/pycln: v1.3.2 → v1.3.3](hadialqattan/pycln@v1.3.2...v1.3.3) - [github.com/PyCQA/pylint: v2.13.8 → v2.14.1](pylint-dev/pylint@v2.13.8...v2.14.1) - [github.com/pre-commit/mirrors-mypy: v0.950 → v0.960](pre-commit/mirrors-mypy@v0.950...v0.960) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 554c045 commit c5fa343

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.32.1"
35+
rev: "v2.33.0"
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py36-plus]
@@ -59,7 +59,7 @@ repos:
5959

6060
# Changes tabs to spaces
6161
- repo: https://github.com/Lucas-C/pre-commit-hooks
62-
rev: "v1.1.13"
62+
rev: "v1.2.0"
6363
hooks:
6464
- id: remove-tabs
6565

@@ -71,7 +71,7 @@ repos:
7171

7272
# Autoremoves unused imports
7373
- repo: https://github.com/hadialqattan/pycln
74-
rev: "v1.3.2"
74+
rev: "v1.3.3"
7575
hooks:
7676
- id: pycln
7777
stages: [manual]
@@ -107,7 +107,7 @@ repos:
107107

108108
# PyLint has native support - not always usable, but works for us
109109
- repo: https://github.com/PyCQA/pylint
110-
rev: "v2.13.8"
110+
rev: "v2.14.1"
111111
hooks:
112112
- id: pylint
113113
files: ^pybind11
@@ -123,7 +123,7 @@ repos:
123123

124124
# Check static types with mypy
125125
- repo: https://github.com/pre-commit/mirrors-mypy
126-
rev: "v0.950"
126+
rev: "v0.960"
127127
hooks:
128128
- id: mypy
129129
args: []

0 commit comments

Comments
 (0)