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 f835a24 commit 1b7a08bCopy full SHA for 1b7a08b
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 22.6.0
+ rev: 22.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: 4.0.1
+ rev: 5.0.4
25
26
- id: flake8
27
0 commit comments