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 d3420e4 commit c0993e8Copy full SHA for c0993e8
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: black
6
exclude: ^(oauth2_provider/migrations/|tests/migrations/)
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v4.3.0
+ rev: v4.4.0
9
hooks:
10
- id: check-ast
11
- id: trailing-whitespace
@@ -21,11 +21,11 @@ repos:
21
- id: isort
22
23
- repo: https://github.com/PyCQA/flake8
24
- rev: 5.0.4
+ rev: 6.0.0
25
26
- id: flake8
27
28
- repo: https://github.com/sphinx-contrib/sphinx-lint
29
- rev: v0.6.6
+ rev: v0.6.7
30
31
- id: sphinx-lint
0 commit comments