Skip to content
Snippets Groups Projects
Commit a6cbbfa5 authored by mmrahorovic's avatar mmrahorovic
Browse files

[pre-commit]: update to repo

parent 963aba18
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ default_language_version:
python: python3
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
......@@ -50,12 +50,12 @@ repos:
- id: mixed-line-ending
args: ['--fix=no']
- repo: git://github.com/PyCQA/isort
- repo: https://github.com/PyCQA/isort
rev: 5.5.3
hooks:
- id: isort
- repo: git://github.com/psf/black
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment