Skip to content

Commit d460555

Browse files
[pre-commit.ci] pre-commit autoupdate (#242)
updates: - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/PyCQA/pylint: v2.17.1 → v3.0.0a6](pylint-dev/pylint@v2.17.1...v3.0.0a6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 316a0a1 commit d460555

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: isort
2020

2121
- repo: https://github.com/psf/black
22-
rev: 23.1.0
22+
rev: 23.3.0
2323
hooks:
2424
- id: black
2525
args: [-C]
@@ -36,7 +36,7 @@ repos:
3636
]
3737

3838
- repo: https://github.com/PyCQA/pylint
39-
rev: v2.17.1
39+
rev: v3.0.0a6
4040
hooks:
4141
- id: pylint
4242
args: ["--disable=import-error"]

0 commit comments

Comments
 (0)