We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1883bb commit d4a4d4dCopy full SHA for d4a4d4d
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 23.11.0
+ rev: 23.12.0
4
hooks:
5
- id: black
6
exclude: ^(oauth2_provider/migrations/|tests/migrations/)
@@ -16,7 +16,7 @@ repos:
16
- id: mixed-line-ending
17
args: ['--fix=lf']
18
- repo: https://github.com/PyCQA/isort
19
- rev: 5.13.0
+ rev: 5.13.2
20
21
- id: isort
22
@@ -26,6 +26,6 @@ repos:
26
- id: flake8
27
28
- repo: https://github.com/sphinx-contrib/sphinx-lint
29
- rev: v0.9.0
+ rev: v0.9.1
30
31
- id: sphinx-lint
0 commit comments