Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: cf550fcab3f12015f8676b8278b30e1a5bc10e70
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: cf550fcab3f12015f8676b8278b30e1a5bc10e70
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -17,12 +18,12 @@
- id: detect-private-key
- id: double-quote-string-fixer
- id: name-tests-test
- repo: git://github.com/pre-commit/pre-commit
sha: 2a642b0619b76cbe1a4d217ec5f9e513dd4e4c08
- repo: https://github.com/pre-commit/pre-commit
rev: 2a642b0619b76cbe1a4d217ec5f9e513dd4e4c08
hooks:
- id: validate_config
- id: validate_manifest
- repo: git://github.com/asottile/reorder_python_imports
sha: 3d86483455ab5bd06cc1069fdd5ac57be5463f10
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.16.0
hooks:
- id: reorder-python-imports