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

Commit 36b0295

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0) - [github.com/PyCQA/pylint: v2.15.9 → v3.0.0a6](pylint-dev/pylint@v2.15.9...v3.0.0a6) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.1.1](pre-commit/mirrors-mypy@v0.991...v1.1.1) - [github.com/PyCQA/isort: v5.11.3 → 5.12.0](PyCQA/isort@v5.11.3...5.12.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.6](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0-alpha.6)
1 parent 3d25c64 commit 36b0295

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ ci:
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 22.12.0
7+
rev: 23.3.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/PyCQA/pylint
11-
rev: v2.15.9
11+
rev: v3.0.0a6
1212
hooks:
1313
- id: pylint
1414
language: system
1515
types: [python]
1616
args: [-rn, -sn]
1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: v0.991
18+
rev: v1.1.1
1919
hooks:
2020
- id: mypy
2121
- repo: https://github.com/PyCQA/isort
22-
rev: v5.11.3
22+
rev: 5.12.0
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/PyCQA/docformatter
@@ -33,6 +33,6 @@ repos:
3333
- id: pyupgrade
3434
args: [--py38-plus]
3535
- repo: https://github.com/pre-commit/mirrors-prettier
36-
rev: v3.0.0-alpha.4
36+
rev: v3.0.0-alpha.6
3737
hooks:
3838
- id: prettier

0 commit comments

Comments
 (0)