Skip to content

Commit f1701c2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/pylint: v2.15.9 → v2.15.10](pylint-dev/pylint@v2.15.9...v2.15.10) - [github.com/PyCQA/pydocstyle: 6.2.2 → 6.2.3](PyCQA/pydocstyle@6.2.2...6.2.3)
1 parent 87033dd commit f1701c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ repos:
7676

7777
# Lint code in pre-commit env, note: This ignores import checks.
7878
- repo: https://github.com/PyCQA/pylint
79-
rev: v2.15.9
79+
rev: v2.15.10
8080
hooks:
8181
# Pylint is also run from within pre-commit for CI purposes.
8282
- id: pylint
@@ -109,7 +109,7 @@ repos:
109109
# Lint docstrings.
110110
- repo: https://github.com/PyCQA/pydocstyle
111111
# Waiting for a 3.10 release on pypi
112-
rev: "6.2.2"
112+
rev: "6.2.3"
113113
hooks:
114114
- id: pydocstyle
115115
additional_dependencies:

0 commit comments

Comments
 (0)