Skip to content

Commit 13379ea

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](adamchainz/blacken-docs@v1.12.1...1.13.0) - [github.com/PyCQA/pylint: v2.15.9 → v2.16.0b0](pylint-dev/pylint@v2.15.9...v2.16.0b0) - [github.com/PyCQA/pydocstyle: 6.2.2 → 6.2.3](PyCQA/pydocstyle@6.2.2...6.2.3)
1 parent 87033dd commit 13379ea

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
@@ -45,7 +45,7 @@ repos:
4545

4646
# Formats code-blocks in documentation.
4747
- repo: https://github.com/asottile/blacken-docs
48-
rev: v1.12.1
48+
rev: 1.13.0
4949
hooks:
5050
- id: blacken-docs
5151
# Note - on black update blacken-docs pin should also be updated.
@@ -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.16.0b0
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)