Skip to content

Commit 3d25c64

Browse files
[pre-commit.ci] pre-commit autoupdate (#31)
updates: - [github.com/PyCQA/pylint: v2.15.8 → v2.15.9](pylint-dev/pylint@v2.15.8...v2.15.9) - [github.com/PyCQA/isort: 5.10.1 → v5.11.3](PyCQA/isort@5.10.1...v5.11.3) - [github.com/PyCQA/docformatter: v1.5.0 → v1.5.1](PyCQA/docformatter@v1.5.0...v1.5.1) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2787668 commit 3d25c64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: black
1010
- repo: https://github.com/PyCQA/pylint
11-
rev: v2.15.8
11+
rev: v2.15.9
1212
hooks:
1313
- id: pylint
1414
language: system
@@ -19,11 +19,11 @@ repos:
1919
hooks:
2020
- id: mypy
2121
- repo: https://github.com/PyCQA/isort
22-
rev: 5.10.1
22+
rev: v5.11.3
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/PyCQA/docformatter
26-
rev: v1.5.0
26+
rev: v1.5.1
2727
hooks:
2828
- id: docformatter
2929
additional_dependencies: [tomli]
@@ -33,6 +33,6 @@ repos:
3333
- id: pyupgrade
3434
args: [--py38-plus]
3535
- repo: https://github.com/pre-commit/mirrors-prettier
36-
rev: v2.7.1
36+
rev: v3.0.0-alpha.4
3737
hooks:
3838
- id: prettier

0 commit comments

Comments
 (0)