Skip to content
Snippets Groups Projects
Commit aab23f8a authored by nimrod's avatar nimrod
Browse files

pre-commit config git skeleton updates.

- Add isort.
- Update prospector.
parent dc267a72
No related branches found
No related tags found
No related merge requests found
......@@ -110,8 +110,14 @@ repos:
- |
--line-length=79
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort
args: ["--filter-files", "--profile", "black"]
- repo: https://github.com/PyCQA/prospector.git
rev: 1.5.1
rev: 1.6.0
hooks:
- id: prospector
args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment