Skip to content

Commit b2eb459

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v2.5.0 → v2.6.0](asottile/reorder-python-imports@v2.5.0...v2.6.0) - [github.com/psf/black: 21.6b0 → 21.7b0](psf/black@21.6b0...21.7b0) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
1 parent f5f5bcb commit b2eb459

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: debug-statements
1212
- repo: https://github.com/asottile/reorder_python_imports
13-
rev: v2.5.0
13+
rev: v2.6.0
1414
hooks:
1515
- id: reorder-python-imports
1616
- repo: https://github.com/psf/black
17-
rev: "21.6b0"
17+
rev: "21.7b0"
1818
hooks:
1919
- id: black
20-
- repo: https://gitlab.com/pycqa/flake8
20+
- repo: https://github.com/PyCQA/flake8
2121
rev: "3.9.2" # pick a git hash / tag to point to
2222
hooks:
2323
- id: flake8

0 commit comments

Comments
 (0)