Skip to content

Commit d67210e

Browse files
pre-commit-ci[bot]auvipy
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/ambv/blackhttps://github.com/psf/black - [github.com/psf/black: 20.8b1 → 21.9b0](psf/black@20.8b1...21.9b0) - [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.2.0...v4.0.1) - [github.com/PyCQA/isort: 5.6.3 → 5.9.3](PyCQA/isort@5.6.3...5.9.3) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.4 → 4.0.1](PyCQA/flake8@3.8.4...4.0.1)
1 parent 621574c commit d67210e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
2-
- repo: https://github.com/ambv/black
3-
rev: 20.8b1
2+
- repo: https://github.com/psf/black
3+
rev: 21.9b0
44
hooks:
55
- id: black
66
exclude: ^(oauth2_provider/migrations/|tests/migrations/)
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v3.2.0
8+
rev: v4.0.1
99
hooks:
1010
- id: check-ast
1111
- id: trailing-whitespace
@@ -16,12 +16,12 @@ repos:
1616
- id: mixed-line-ending
1717
args: ['--fix=lf']
1818
- repo: https://github.com/PyCQA/isort
19-
rev: 5.6.3
19+
rev: 5.9.3
2020
hooks:
2121
- id: isort
2222
exclude: ^(oauth2_provider/migrations/|tests/migrations/)
23-
- repo: https://gitlab.com/pycqa/flake8
24-
rev: 3.8.4
23+
- repo: https://github.com/PyCQA/flake8
24+
rev: 4.0.1
2525
hooks:
2626
- id: flake8
2727
exclude: ^(oauth2_provider/migrations/|tests/migrations/)

0 commit comments

Comments
 (0)