Skip to content
Snippets Groups Projects
Commit 4129aad7 authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

pre-commit: update flake8 and mypy version

parent 9959db4f
No related branches found
No related tags found
No related merge requests found
...@@ -4,12 +4,12 @@ repos: ...@@ -4,12 +4,12 @@ repos:
hooks: hooks:
- id: black - id: black
args: ['--line-length', '140'] args: ['--line-length', '140']
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://gitlab.com/pycqa/flake8
rev: v2.4.0 rev: 3.8.2
hooks: hooks:
- id: flake8 - id: flake8
args: ['--max-line-length=140', '--ignore=E203,E402'] args: ['--max-line-length=140', '--ignore=E203,E402']
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.720' rev: v0.770
hooks: hooks:
- id: mypy - id: mypy
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