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 102c851 commit ba75297Copy full SHA for ba75297
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 24.4.2
+ rev: 24.8.0
4
hooks:
5
- id: black
6
exclude: ^(oauth2_provider/migrations/|tests/migrations/)
@@ -21,7 +21,7 @@ repos:
21
- id: isort
22
23
- repo: https://github.com/PyCQA/flake8
24
- rev: 7.1.0
+ rev: 7.1.1
25
26
- id: flake8
27
0 commit comments