Skip to content

Commit d02f219

Browse files
[pre-commit.ci] pre-commit autoupdate (#4189)
updates: - [github.com/asottile/pyupgrade: v2.37.3 → v2.38.0](asottile/pyupgrade@v2.37.3...v2.38.0) - [github.com/PyCQA/pylint: v2.15.2 → v2.15.3](pylint-dev/pylint@v2.15.2...v2.15.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9c04c7b commit d02f219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535

3636
# Upgrade old Python syntax
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: "v2.37.3"
38+
rev: "v2.38.0"
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py36-plus]
@@ -110,7 +110,7 @@ repos:
110110

111111
# PyLint has native support - not always usable, but works for us
112112
- repo: https://github.com/PyCQA/pylint
113-
rev: "v2.15.2"
113+
rev: "v2.15.3"
114114
hooks:
115115
- id: pylint
116116
files: ^pybind11

0 commit comments

Comments
 (0)