Skip to content
Snippets Groups Projects
Commit 022f7d2c authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

Update hooks

parent 17fc75a5
No related branches found
No related tags found
No related merge requests found
repos: repos:
- repo: https://github.com/ambv/black - repo: https://github.com/ambv/black
rev: 21.6b0 rev: 21.11b1
hooks: hooks:
- id: black - id: black
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://gitlab.com/PyCQA/flake8
rev: v2.3.0 rev: 3.9.2
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1 rev: v4.0.1
hooks: hooks:
- id: end-of-file-fixer - id: end-of-file-fixer
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/timothycrosley/isort - repo: https://github.com/timothycrosley/isort
rev: 5.9.1 rev: 5.10.1
hooks: hooks:
- id: isort - id: isort
args: ["--profile", "black"] args: ["--profile", "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