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 e647d51 commit 4a9039eCopy full SHA for 4a9039e
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 22.1.0
+ rev: 22.3.0
4
hooks:
5
- id: black
6
exclude: ^(oauth2_provider/migrations/|tests/migrations/)
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v4.1.0
+ rev: v4.2.0
9
10
- id: check-ast
11
- id: trailing-whitespace
0 commit comments