Skip to content

Commit 7983ab4

Browse files
authored
Merge pull request #117 from cphyc/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8d35b3e + 91dec6a commit 7983ab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: blacken-docs
2020
additional_dependencies: [black==22.1.0]
2121
- repo: https://github.com/PyCQA/isort
22-
rev: '5.11.4'
22+
rev: '5.12.0'
2323
hooks:
2424
- id: isort
2525
name: isort (python)
@@ -28,6 +28,6 @@ repos:
2828
hooks:
2929
- id: mypy
3030
- repo: https://github.com/charliermarsh/ruff-pre-commit
31-
rev: v0.0.230
31+
rev: v0.0.237
3232
hooks:
3333
- id: ruff

0 commit comments

Comments
 (0)