Skip to content

Commit 9a16e55

Browse files
[pre-commit.ci] pre-commit autoupdate (#3903)
updates: - [github.com/hadialqattan/pycln: v1.3.1 → v1.3.2](hadialqattan/pycln@v1.3.1...v1.3.2) - [github.com/PyCQA/pylint: v2.13.5 → v2.13.8](pylint-dev/pylint@v2.13.5...v2.13.8) - [github.com/pre-commit/mirrors-mypy: v0.942 → v0.950](pre-commit/mirrors-mypy@v0.942...v0.950)
1 parent f306012 commit 9a16e55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ repos:
7171

7272
# Autoremoves unused imports
7373
- repo: https://github.com/hadialqattan/pycln
74-
rev: "v1.3.1"
74+
rev: "v1.3.2"
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.5"
110+
rev: "v2.13.8"
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.942"
126+
rev: "v0.950"
127127
hooks:
128128
- id: mypy
129129
args: []

0 commit comments

Comments
 (0)