Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit a98ce05

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/pylint: v2.15.9 → v2.16.0b1](pylint-dev/pylint@v2.15.9...v2.16.0b1) - [github.com/PyCQA/isort: v5.11.3 → 5.11.4](PyCQA/isort@v5.11.3...5.11.4) - [github.com/PyCQA/docformatter: v1.5.1 → v1.6.0.rc1](PyCQA/docformatter@v1.5.1...v1.6.0.rc1)
1 parent 3d25c64 commit a98ce05

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
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: black
1010
- repo: https://github.com/PyCQA/pylint
11-
rev: v2.15.9
11+
rev: v2.16.0b1
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: v5.11.3
22+
rev: 5.11.4
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/PyCQA/docformatter
26-
rev: v1.5.1
26+
rev: v1.6.0.rc1
2727
hooks:
2828
- id: docformatter
2929
additional_dependencies: [tomli]

0 commit comments

Comments
 (0)