Skip to content

Commit d4a4d4d

Browse files
[pre-commit.ci] pre-commit autoupdate (#1374)
updates: - [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0) - [github.com/PyCQA/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2) - [github.com/sphinx-contrib/sphinx-lint: v0.9.0 → v0.9.1](sphinx-contrib/sphinx-lint@v0.9.0...v0.9.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a1883bb commit d4a4d4d

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.11.0
3+
rev: 23.12.0
44
hooks:
55
- id: black
66
exclude: ^(oauth2_provider/migrations/|tests/migrations/)
@@ -16,7 +16,7 @@ repos:
1616
- id: mixed-line-ending
1717
args: ['--fix=lf']
1818
- repo: https://github.com/PyCQA/isort
19-
rev: 5.13.0
19+
rev: 5.13.2
2020
hooks:
2121
- id: isort
2222
exclude: ^(oauth2_provider/migrations/|tests/migrations/)
@@ -26,6 +26,6 @@ repos:
2626
- id: flake8
2727
exclude: ^(oauth2_provider/migrations/|tests/migrations/)
2828
- repo: https://github.com/sphinx-contrib/sphinx-lint
29-
rev: v0.9.0
29+
rev: v0.9.1
3030
hooks:
3131
- id: sphinx-lint

0 commit comments

Comments
 (0)