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: d8a44784fcf4920ac11d10b9c12549a6f73de67a
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: d8a44784fcf4920ac11d10b9c12549a6f73de67a
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -15,14 +16,14 @@
- id: flake8
args:
- --max-line-length=100
- repo: git://github.com/FalconSocial/pre-commit-python-sorter
sha: b7f5d468c67c3c4a6ea7cdf68c40778095b0f19b
- repo: https://github.com/FalconSocial/pre-commit-python-sorter
rev: b7f5d468c67c3c4a6ea7cdf68c40778095b0f19b
hooks:
- id: python-import-sorter
args:
- --silent-overwrite
- repo: git://github.com/guykisel/prospector-mirror
sha: 41e0faa3d8b999830ed22d508db33f920d189996
- repo: https://github.com/guykisel/prospector-mirror
rev: 7ff847e779347033ebbd9e3b88279e7f3a998b45
hooks:
- id: prospector
args:
Expand Down