Skip to content
Snippets Groups Projects
Commit 88185d01 authored by jan.bednarik's avatar jan.bednarik
Browse files

Update pre-commit hooks

parent cb77be8b
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ default_language_version: ...@@ -4,7 +4,7 @@ default_language_version:
exclude: snapshots/ exclude: snapshots/
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0 rev: v3.3.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
exclude: ^.*\.md$ exclude: ^.*\.md$
...@@ -16,16 +16,16 @@ repos: ...@@ -16,16 +16,16 @@ repos:
- id: check-merge-conflict - id: check-merge-conflict
- repo: https://github.com/asottile/seed-isort-config - repo: https://github.com/asottile/seed-isort-config
rev: v2.1.0 rev: v2.2.0
hooks: hooks:
- id: seed-isort-config - id: seed-isort-config
- repo: https://github.com/timothycrosley/isort - repo: https://github.com/timothycrosley/isort
rev: 4.3.21 rev: 5.6.4
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 19.10b0 rev: 20.8b1
hooks: hooks:
- id: black - 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